mirror of https://github.com/veops/cmdb.git
fix: cmdb-inner-secrets-init bug
This commit is contained in:
parent
9e885a5b12
commit
2d3a290aa3
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue