-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Vault OSS UI 404 page not found #4345
Comments
Did you enable the UI via the configuration file or environment variable (VAULT_UI)? The UI is enabled by default in -dev mode, but otherwise you'd have to explicitly enable it. |
It seems that I fell asleep while reading the doc...... I'll try that, sorry for the inconvenience. And thx for your help |
Hi , ui = true listener "tcp" { |
I ran into this myself, mostly because I read the hashicorp guide and it doesn't mention it. |
I'm having a slightly different issue with the Vault OSS docker image. Running in dev mode for a POC, i expected to be able to access the ui via port 8200 but i'm getting a connection refused. I'm running the version 0.11.0-beta1 image which i believe has the UI built in to it |
@robertraybarnes you need to bind the container port to the host port if you want to access it from your host. Try adding |
@calvn That did the trick in my local environment - thanks. I'm hosting vault on AKS in azure so i need to map the ports on that too |
Environment:
I just upgraded my vault from 0.9.6 to 0.10.0 and Vault UI is not reachable
Vault Config File:
Startup Log Output:
Expected Behavior:
UI should be accessible
Actual Behavior:
I got
404 page not found
.Steps to Reproduce:
I don't know, I just use my web browser to the vault URL, I got 404 there, if I try
/ui
, I get a 404 too.Important Factoids:
I'm upgrading from 0.9.6 to 0.10.0. I might be missing something, the documentation speaks of nothing in particular to enable UI, I tried in -dev mode and it works on my laptop.
Thanks for your help
The text was updated successfully, but these errors were encountered: