Keycloak - Kubernetes - ingress.nginx infinite auth loop #479
-
Hi there! I am hoping someone can point me in the right direction.. I am trying to resolve an auth loop between KC and my Dashboard. Love this project btw! Current Setup:
Keycloak
Dashy ENV
Issue
I have added cors policy to my ingress as well with no luck there. Any help is much appreciated :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Heya @AlmostDoneRight |
Beta Was this translation helpful? Give feedback.
-
@Lissy93 Finally figured it out!!!! The CORS issue was coming from the ingress configuration on the KeyCloak side. The ingress was keeping a static Access-Control-Allow-Origin of "*". Thanks again for taking a look at it! Documentation: Ingress-nginx
|
Beta Was this translation helpful? Give feedback.
@Lissy93 Finally figured it out!!!!
The CORS issue was coming from the ingress configuration on the KeyCloak side. The ingress was keeping a static Access-Control-Allow-Origin of "*". Thanks again for taking a look at it!
Documentation: Ingress-nginx