mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 09:53:43 +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
|
init inner secrets for password feature
|
||||||
"""
|
"""
|
||||||
res, ok = KeyManage(backend=InnerKVManger).init()
|
res, ok = KeyManage(backend=InnerKVManger()).init()
|
||||||
if not ok:
|
if not ok:
|
||||||
if res.get("status") == "failed":
|
if res.get("status") == "failed":
|
||||||
KeyManage.print_response(res)
|
KeyManage.print_response(res)
|
||||||
|
Reference in New Issue
Block a user