Update README with CA instructions
Add CA issuer instructions for vault-ca
This commit is contained in:
@@ -18,8 +18,11 @@ for vault in vaults:
|
||||
threading.Thread(
|
||||
target = subprocess.run,
|
||||
args = (
|
||||
["kubectl", "exec", "-ti", vault, "--", "vault", "operator", "unseal", vault_secrets.get("unseal_keys_b64")[key]],))
|
||||
for key in range(int(vault_secrets.get("unseal_threshold")))
|
||||
["kubectl", "--context", "k3os-alpha.dnet-admin-vault",
|
||||
"exec", "-ti", vault, "--",
|
||||
"vault", "operator", "unseal",
|
||||
vault_secrets.get("unseal_keys_b64")[key]],))
|
||||
for key in range(int(vault_secrets.get("unseal_threshold")))
|
||||
]
|
||||
|
||||
for thread in procs:
|
||||
|
||||
Reference in New Issue
Block a user