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
{{ message }}
This repository was archived by the owner on May 23, 2019. It is now read-only.
In my test environment, I am running Vault 0.6.4 with Consul 0.7.2 backend and have created few users which are working as expected on CLI.
🍺 ~$ vault auth -method=userpass username=vikas
Password (will be hidden):
Successfully authenticated! You are now logged in.
The token below is already saved in the session. You do not
need to "vault auth" again with the token.
token: b0459465-e88a-0f49-54ee-13f908605e64
token_duration: 2764799
token_policies: [admins default]
🍺 ~$
🍺 ~$ vault write secret/project/myproject/hello value=vikas
Success! Data written to: secret/project/myproject/hello
🍺 ~$
But, I am unable to login thru the UI. This my basic compose file and the error logs.
Hello,
In my test environment, I am running Vault 0.6.4 with Consul 0.7.2 backend and have created few users which are working as expected on CLI.
But, I am unable to login thru the UI. This my basic compose file and the error logs.
These are the errors of docker container
This is the error on Web UI
