Replies: 3 comments
-
|
Hi @gohanbg , thanks for your question! Your configuration looks a little strange to me, especially on those settings: Are you trying to use Keycloak with plain HTTP? Also, I notice that you created an ingress pointing to the Infinispan Discovery Service, and, it's intended to be used only internally. Please note that the new operator does deploy a "default" ingress based on |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your comment @andreaTP. When you said that the operator creates a default ingress I noticed that it was not created, due to the fact that there was already an ingress (the one that I manually created) for the same URL (https://login.my-site.com/ ). When I deleted my ingress the default one was created. It was using its own secret though. Can I somehow give the keycloak custom resource a secret to be used by the ingress it creates? As a workaround, I saw what was the differences between the default ingress and mine, updated mine, and now I have a proper working ingress endpoint with the secret I want. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for getting back @gohanbg ! I'm happy that you have a working solution! Please note that is currently not possible to disable the ingress due to a bug, but it is already solved ( #11577 ). cc. @vmuzikar |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm having some troubles configuring the latest keycloak version in k8s with a reverse proxy (I'm a noob in this area, so probably I'm misconfiguring something, but can't figure out what exactly).
keycloak is deployed with the new operator and following CR:
When I deploy this, thats how the namespace looks like:
For proxy, I'm using Ingress the following configuration:
now, when I go to https://login.my-site.com/ I get a 502 Bad Gateway response.
When I look at the logs, I can see that the request is reaching the keycloak pod, and the following error appears: (cookie sent by /10.244.1.233:52494 does not match own cookie)
Can somebody help with advice what I need to change in my configuration?
Beta Was this translation helpful? Give feedback.
All reactions