You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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: |
value: admin
value: admin
value: >-
-Djgroups.dns.query={{ include "keycloak.fullname" . }}-headless
-Dkeycloak.hostname=keycloak.company.com
-Dkeycloak.proxy=forward
value: "false"
value: "/auth"
value: kubernetes
value: edge
value: "true"
value: keycloak.company.com
value: "true"
value: "true"
value: "true"
value: "keycloak.company.com"
value: "true"
value: "true"
value: "xforwarded"
kindly help me resolve this issue.
The text was updated successfully, but these errors were encountered: