Hello. Is there a configuration pattern used for H...
# talk-oathkeeper
c
Hello. Is there a configuration pattern used for Hydra and Oathkeeper to share JWKS keys? I would like to have a single well-known jwks endpoint for the hydra-kratos-oathkeeper stack. We are using the ory/k8s helm charts, and there seems to be a parameter in the Oathkeeper chart to set
mutatorIdTokenJWKs
, however I don't know how I would point that at the hydra JWKs. Using the hydra jwks well-known endpoint won't work as it only contains the public keys (not those used for signing). Is there a pattern to share the private keys between Hydra and Oathkeeper in kubernetes, or am I better off trying to use a remote_json handler to try and get the id_token from Hydra manually?