-
Notifications
You must be signed in to change notification settings - Fork 141
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
Kubebox base uri #122
Comments
That may depend on the Ingress controller that's configured on your cluster, and if it support target rewriting for path based routing. For example with the NGINX Ingress controller, the Otherwise, it may be needed to add a way to specify the root location of the Kubebox reverse proxy, as discussed in https://serverfault.com/questions/562756/how-to-remove-the-path-with-an-nginx-proxy-pass. |
Hi, Using Istio I try to set a VirtualService with prefix: /kubebox and rewrite uri to / but kubebox UI is available without info (login dialog appear instead of automatically login to k8s api) |
In fact problemn is related to server part, kubebox.js, Rewrite is working but then it try to call /server, /master/api and /master/ on kubebox.js. We need to be able to define a base_path for server. |
Thanks for the feedback. Right, that'd be useful to be able to set the base location the reverse proxy is serving from. |
Hi,
How to define a base uri for kubebox when deploying under Kubernetes ?
Eg: https://mydomain.something.com/kubebox
When all is at / it's working but not with /kubebox.
Thanks,
The text was updated successfully, but these errors were encountered: