-
Notifications
You must be signed in to change notification settings - Fork 19
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
Accessing CrateDB Admin UI behind Ingress #777
Comments
Dear Arjun, thank you for writing in. In general, the Admin UI itself can be hosted on any path. However, it has to know about the CrateDB HTTP API endpoint, usually available at
I see. So, the HTTP API endpoint of CrateDB itself would also be available at At [1], I've referenced the utility function which computes the base URI used to access the database HTTP API. We will have to check if that would need corresponding adjustments. With kind regards, [1] crate-admin/app/scripts/services/sql.js Lines 20 to 40 in 83e2a3a
|
Hi again, I've added an example at 1, which outlines how to configure Nginx to reverse-proxy the CrateDB HTTP API endpoint to the With kind regards, Footnotes |
Dear Arjun, are the resources referenced above helpful to you? With kind regards, |
I am running a cluster of 3 CrateDB nodes on Kubernetes.
I have set up an ingress to access the admin UI on path
/db
. However, I think to access it on this path I probably need to do some configuration so static files are served from the/db
path, or the requests are routed on this path. How to do this configuration?The text was updated successfully, but these errors were encountered: