Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AuthN to webui over HTTP does not work #2

Open
anshumanbh opened this issue Jan 5, 2018 · 7 comments
Open

AuthN to webui over HTTP does not work #2

anshumanbh opened this issue Jan 5, 2018 · 7 comments

Comments

@anshumanbh
Copy link

screen shot 2018-01-04 at 4 40 46 pm

I am seeing this on trying to authenticate to the webui with webui/webui as the user/pass combo.

Any idea why?

@marco-lancini
Copy link
Owner

Hi @anshumanbh, did you enable SSL by any chance?

@anshumanbh
Copy link
Author

nope, was I supposed to? I just git cloned your code and ran it

@marco-lancini
Copy link
Owner

can you access the logs of the webui container?

@em-mai
Copy link

em-mai commented Feb 25, 2019

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

@em-mai
Copy link

em-mai commented Feb 25, 2019

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

@marco-lancini
Copy link
Owner

Hi @em-mai,
that message indicates the Vault is still sealed. Did you run the unseal script (_scripts/unseal.sh)?

@em-mai
Copy link

em-mai commented Feb 26, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants