Closed SquupS closed 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)
Had to rewrite the ingress via annotation to "/". With that done, Ingress at least works
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)