You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing below error when trying to initiliaze, and I see vault is in the path as well.. not sure why its throwing this error. But when I manually go and run it works. Any help would be greatly appreciated
I couldn't fix this, But we tried to go different route by setting up in k8s and it's much easier. Initially I planned to write a script and run that script but then deploying on k8s was little easier.
I am seeing below error when trying to initiliaze, and I see vault is in the path as well.. not sure why its throwing this error. But when I manually go and run it works. Any help would be greatly appreciated
TASK [vault-init : Initialise Vault operator] ********************************************************************************************************************************************************************************
fatal: [vault3]: FAILED! => {"changed": true, "cmd": "vault operator init -key-shares=5 -key-threshold=3 -format json", "delta": "0:00:00.008257", "end": "2022-02-28 21:10:17.041600", "msg": "non-zero return code", "rc": 127, "start": "2022-02-28 21:10:17.033343", "stderr": "/bin/sh: vault: command not found", "stderr_lines": ["/bin/sh: vault: command not found"], "stdout": "", "stdout_lines": []}
The text was updated successfully, but these errors were encountered: