Kong OIDC cluster plugin does not appear to allow self signed certificates #10462
-
Hello. I am trying to set up a local development system including kong (installed via helm chart and configured through k8s resources) and keycloak as an openid connect (OIDC) identity provider (IDP). Here is my kong cluster plugin configuration with sensitive parts redacted:
Here are the log lines I get from the proxy container:
Particularly, it says As this is a local development environment, keycloak is using a self signed certificate and it is allowable (in my opinion) in this instance. Is there a reason that the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
try to add you custom CA certs to |
Beta Was this translation helpful? Give feedback.
-
Should the fact that the LUA doesn't respect the |
Beta Was this translation helpful? Give feedback.
try to add you custom CA certs to
lua_ssl_trusted_certificate
, PTAL: https://docs.konghq.com/gateway/latest/reference/configuration/#lua_ssl_trusted_certificate