mirror of
https://github.com/veops/cmdb.git
synced 2025-08-21 11:33:08 +08:00
Merge branch 'master' into dev_api_password
This commit is contained in:
@@ -723,7 +723,6 @@ class CIManager(object):
|
||||
def save_password(cls, ci_id, attr_id, value, record_id, type_id):
|
||||
changed = None
|
||||
encrypt_value = None
|
||||
|
||||
value_table = ValueTypeMap.table[ValueTypeEnum.PASSWORD]
|
||||
if current_app.config.get('SECRETS_ENGINE') == 'inner':
|
||||
if value:
|
||||
|
Reference in New Issue
Block a user