hashicorp / vault

A tool for secrets management, encryption as a service, and privileged access management
https://www.vaultproject.io/
Other
31.21k stars 4.22k forks source link

Request to add Consul's "ui_content_path" equivalent to Vault UI #9631

Open kingindanord opened 4 years ago

kingindanord commented 4 years ago

I have a private cluster which includes consul and vault servers, and a control instance with nginx reverse proxy. Since both of Consul and Vault UIs have the same default content path ("/ui/") it is not possible to include them in the same reverse proxy server. The configuration of Consul server has a solution to this problem, which allows user simply to change the default ui content paht ( the parameter "ui_content_path").

-ui-content-path - This flag provides the option to change the path the Consul UI loads from and will be displayed in the browser. By default, the path is /ui/, for example http://localhost:8500/ui/. ... source link

It would be very practical if this feature will be added to Vault UI.

voiprodrigo commented 4 years ago

What @kingindanord said. Please and thank you!

matiasah commented 4 years ago

Please do this

pvanagtmaal commented 3 years ago

+1

fvogl commented 3 years ago

+1

dyp2000 commented 3 years ago

+1

EduardoFer commented 3 years ago

+1

fnbk commented 3 years ago

+1

scook12 commented 2 years ago

Is this being considered? Kind of a blocker for us to not be able to put this behind a reverse proxy with a non-root base path.

If the feature isn't going to be implemented, it would at least be good to document that this isn't supported.