skooner-k8s / skooner

Simple Kubernetes real-time dashboard and management.
http://skooner.io/
Apache License 2.0
1.33k stars 181 forks source link

Running skooner with subpath #405

Closed SquupS closed 1 year ago

SquupS commented 1 year ago

I deployed skooner in my cluster, with ingress path pointing to "/skooner"

That works for every other application running within my cluster, but for skooner I only get the following

{ "kind": "Status", "apiVersion": "v1", "metadata": {}, "status": "Failure", "message": "Unauthorized", "reason": "Unauthorized", "code": 401 }

Tried all different kind of things, with rights, roles etc but nothing seems to make a difference. Any clue, how I could overcome this issue?

If I use PortForwarding for example with Lens, I can access skooner and all functionalities without any issue.

Also if I set the ingress path to "/" I can access the frontend, but the token is not getting accepted...

So something seems messed up and I am somehow lost here. Any hint is highly appreciated

(Hopefully not submitted twice, the first try got somehow stuck)

SquupS commented 1 year ago

Had to rewrite the ingress via annotation to "/". With that done, Ingress at least works