codecentric / helm-charts

A curated set of Helm charts brought to you by codecentric
Apache License 2.0
625 stars 608 forks source link

keycloak 25 version doesnot work when i am calling its service name - codecentric keycloak helm charts #795

Open Ajmalkhan7 opened 2 months ago

Ajmalkhan7 commented 2 months ago

when I am calling keycloak from another test pod using keycloak service name its redirecting to ingress domain.

wget from test pod respose:

wget keycloakx-http.sso:80/auth --2024-09-10 07:13:01-- http://keycloakx-http.sso/auth Resolving keycloakx-http.sso (keycloakx-http.sso)... Connecting to keycloakx-http.sso (keycloakx-http.sso)||:80... connected. HTTP request sent, awaiting response... 303 See Other Location: http://keycloakx-http.sso/auth/ [following] --2024-09-10 07:13:01-- http://keycloakx-http.sso/auth/ Reusing existing connection to keycloakx-http.sso:80. HTTP request sent, awaiting response... 302 Found Location: http://keycloak.company.com/auth/admin/ [following] --2024-09-10 07:13:01-- http://keycloak.company.com/auth/admin/

when i am calling api to retrive token from keycloak, I am not sure if following error happens because of this

Couldn't retrieve remote JWK set: org.springframework.web.client.ResourceAccessException: I/O error on GET request for ... PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

My helm charts values.yaml

command:

extraEnv: |

github-actions[bot] commented 4 days ago

This issue has been marked as stale because it has been open for 30 days with no activity. It will be automatically closed in 10 days if no further activity occurs.