Skip to content
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

Dashboards not aware of kube-proxy #278

Closed
maierlars opened this issue Oct 26, 2018 · 0 comments
Closed

Dashboards not aware of kube-proxy #278

maierlars opened this issue Oct 26, 2018 · 0 comments

Comments

@maierlars
Copy link
Collaborator

The Dashboards do not work when accessed via kubectl proxy and http://localhost:8001/api/v1/namespaces/<namespace>/services/https:arango-deployment-operator:8528/proxy/. The reason for that is, that hardcoded url in the js-files are absolute, i.e. start with / and are not replaced by the proxy.
Hence login returns 404.

Possible solution: use a <base> tag to get the url prefix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant