craneoperator
craneoperator copied to clipboard
running behind reverse proxy
I'm deploying craneoperator into a Kubernetes cluster, and would like to use it through service proxy (in essence a reverse proxy), i.e. I'm accessing craneoperator via this URL:
https://{k8s API endpoint}/api/v1/namespaces/registry/services/registry-ui/proxy
That gives me the start page of craneoperator, but URL in browser changes to https://{k8s API endpoint}/containers, which of course doesn't work. Anything that can be done to make it work behind a reverse proxy?
I'm also interested in deploying craneoperator behind a reverse proxy. I would like to use nginx. Is this possible?
The problem is URI relocation of underlying assets. I'll look into making that URI configurable.
I would like this feature too!
Hi, I would like this feature too. We need it to run under
@parabuzzle Any update on if this is going to be implemented
I have uploaded my own version with relative paths here: https://hub.docker.com/r/memologyserver/craneoperator I used PauloFerreira25 branch