Skip to content

Commit c2ae73e

Browse files
Merge branch 'master' into feature/password-from-secret
2 parents d3cee9d + 2f5725f commit c2ae73e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

deployment/helm/ditto/templates/gateway-deployment.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ spec:
226226
value: "{{ .Values.gateway.config.sse.throttling.limit }}"
227227
- name: OAUTH_ALLOWED_CLOCK_SKEW
228228
value: "{{ .Values.gateway.config.authentication.oauth.allowedClockSkew }}"
229+
- name: OAUTH_TOKEN_INTEGRATION_SUBJECT
230+
value: "{{ .Values.gateway.config.authentication.oauth.tokenIntegrationSubject }}"
229231
{{- if .Values.gateway.extraEnv }}
230232
{{- toYaml .Values.gateway.extraEnv | nindent 12 }}
231233
{{- end }}

deployment/helm/ditto/values.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1520,6 +1520,8 @@ gateway:
15201520
# authSubjects:
15211521
# - "{{ jwt:sub }}"
15221522
# - "{{ jwt:groups }}"
1523+
# configure the subject to inject in policy action activateTokenIntegration
1524+
tokenIntegrationSubject: "integration:{{policy-entry:label}}:{{jwt:aud}}"
15231525
# devops contains the configuration of the gateway's "/devops" API, e.g. access to it
15241526
devops:
15251527
# secured this controls whether "/devops" and "/api/2/connections" resources are secured or not

0 commit comments

Comments
 (0)