Hi,
Was anyone able to get this working in Apache somehow? I was able to get it going for Consul but Vault has no ui_content_path option, which is making it very difficult.
Thanks in advance.
Hi,
Was anyone able to get this working in Apache somehow? I was able to get it going for Consul but Vault has no ui_content_path option, which is making it very difficult.
Thanks in advance.
I’m afraid you’ll need to do some url rewriting for this, as Vault does not support this natively, as you mentioned.
Yeah, and mod_rewrite is not enough even. I managed to achieve some success, but it felt so hack’ish in the end that I gave up and just went with a dedicated VirtualHost. I’ll revisit it if at some point Hashicorp provides proper settings for this.
Hi,
How did you do that?
I used mod_proxy + mod_substitute but I have few issue like integrity of js files…
Meanwhile I no longer have access to the configurations I tried at the time. But It’s really not worth to go down that rabbit hole… At lack of configurable settings for this, just save time and frustration and go with a dedicated fqdn.
On my side, all is ok with a subpath, excluding the api-explorer but it’s not really blocker.