Skip to content

Commit

Permalink
templates/gateway: use token introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed Feb 6, 2024
1 parent eb5d7f5 commit dbf6a9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions templates/gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,21 @@ objects:
env:
- name: PROVIDER
value: ${OIDC_PROVIDER}
- name: TOKEN_INTROSPECTION_URL
valueFrom:
secretKeyRef:
key: token_introspection_url
name: id-fedora-client-creds
- name: CLIENT_ID
valueFrom:
secretKeyRef:
key: client_id
name: id-fedora-client-creds
- name: CLIENT_SECRET
valueFrom:
secretKeyRef:
key: client_secret
name: id-fedora-client-creds
resources:
requests:
cpu: "${AUTHORIZER_CPU_REQUEST}"
Expand Down

0 comments on commit dbf6a9f

Please sign in to comment.