AuthN to webui over HTTP does not work
I am seeing this on trying to authenticate to the webui with webui/webui as the user/pass combo.
Any idea why?
Hi @anshumanbh, did you enable SSL by any chance?
nope, was I supposed to? I just git cloned your code and ran it
can you access the logs of the webui container?
Hi Marco,
I'm experiencing the same error of Anshuman Me too downloaded and just run the project, haven't enabled SSL
logs of webui: docker logs webui yarn run v1.6.0 $ node ./server.js start_app Vault UI listening on: 8000
any help is appreciated
Hi Marco,
clicking on the settings icon in vault login screen I removed https and choose as auth method User/Pass
that seems to have fixed the SSL error but now I'm getting the message "Error: Vault is sealed"
any idea?
thanks
Hi @em-mai,
that message indicates the Vault is still sealed. Did you run the unseal script (_scripts/unseal.sh)?
Thank you Marco for your quick reply!
I got this error when running the unseal script: $ ./_scripts/unseal.sh [] Config local environment... [] Unseal vault... ./_scripts/unseal.sh: line 8: vault: command not found ./_scripts/unseal.sh: line 9: vault: command not found ./_scripts/unseal.sh: line 10: vault: command not found
- I have the 3 containers running in _data folder I have keys.txt generated, but it is empty..
any little help?
ciao