Skip to content

Add introspection_request_headers based on secret #807

Answered by Demonsthere
PeteMac88 asked this question in Q&A
Discussion options

You must be logged in to vote

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

    extraEnv:
      - name: AUTHENTICATORS_OAUTH2_INTROSPECTION_CONFIG_INTROSPECTION_REQUEST_HEADERS
        valueFrom:
          secretKeyRef:
            name: mysecret
            key: mykey

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vinckr
Comment options

Answer selected by vinckr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants