Add introspection_request_headers based on secret #807
-
Hey there, In order to access the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey Pete, |
Beta Was this translation helpful? Give feedback.
-
Hi there! extraEnv:
- name: AUTHENTICATORS_OAUTH2_INTROSPECTION_CONFIG_INTROSPECTION_REQUEST_HEADERS
valueFrom:
secretKeyRef:
name: mysecret
key: mykey |
Beta Was this translation helpful? Give feedback.
Hi there!
I think that was you're trying to achieve is possible within our charts. Oathkeeper allows you to define extraEnvs, so you could just add it like