craneoperator icon indicating copy to clipboard operation
craneoperator copied to clipboard

running behind reverse proxy

Open xelalexv opened this issue 6 years ago • 6 comments

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?

xelalexv avatar Oct 13 '17 08:10 xelalexv

I'm also interested in deploying craneoperator behind a reverse proxy. I would like to use nginx. Is this possible?

michaelburn avatar Jan 10 '18 21:01 michaelburn

The problem is URI relocation of underlying assets. I'll look into making that URI configurable.

parabuzzle avatar Mar 22 '18 00:03 parabuzzle

I would like this feature too!

czeigler avatar Nov 18 '18 02:11 czeigler

Hi, I would like this feature too. We need it to run under /gui location . Now it just creates empty page

xoleja01 avatar Oct 26 '20 14:10 xoleja01

@parabuzzle Any update on if this is going to be implemented

danielriddell21 avatar Feb 08 '21 20:02 danielriddell21

I have uploaded my own version with relative paths here: https://hub.docker.com/r/memologyserver/craneoperator I used PauloFerreira25 branch

danielriddell21 avatar Feb 25 '21 12:02 danielriddell21