Replies: 1 comment
-
|
So are you saying that you want the ui to be available to some addresses but not others, while allowing the API to be accessible everywhere? I have had a desire for that and haven't figured out how to do it without a reverse proxy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello OpenBao team,
I am currently designing my architecture and I am looking for a way to natively separate the API traffic (used to communicate with my scripts) from the Web UI traffic.
I have done a lot of research but couldn't find a built-in solution. I tried adding a second listener block in the configuration and setting ui = false specifically for it, but it doesn't work at all (the ui parameter seems to be strictly global).
Is there any native way to achieve this directly within OpenBao, without having to rely on an external reverse proxy to filter the /ui/ paths?
Thank you very much for your help, I am currently stuck on this part of my design!
Beta Was this translation helpful? Give feedback.
All reactions