mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 13:48:06 +08:00
fix: cmdb-inner-secrets-init bug
This commit is contained in:
@@ -326,7 +326,7 @@ def cmdb_inner_secrets_init(address):
|
||||
"""
|
||||
init inner secrets for password feature
|
||||
"""
|
||||
res, ok = KeyManage(backend=InnerKVManger).init()
|
||||
res, ok = KeyManage(backend=InnerKVManger()).init()
|
||||
if not ok:
|
||||
if res.get("status") == "failed":
|
||||
KeyManage.print_response(res)
|
||||
|
Reference in New Issue
Block a user