File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,8 @@ spec:
226
226
value : " {{ .Values.gateway.config.sse.throttling.limit }}"
227
227
- name : OAUTH_ALLOWED_CLOCK_SKEW
228
228
value : " {{ .Values.gateway.config.authentication.oauth.allowedClockSkew }}"
229
+ - name : OAUTH_TOKEN_INTEGRATION_SUBJECT
230
+ value : " {{ .Values.gateway.config.authentication.oauth.tokenIntegrationSubject }}"
229
231
{{- if .Values.gateway.extraEnv }}
230
232
{{- toYaml .Values.gateway.extraEnv | nindent 12 }}
231
233
{{- end }}
Original file line number Diff line number Diff line change @@ -1520,6 +1520,8 @@ gateway:
1520
1520
# authSubjects:
1521
1521
# - "{{ jwt:sub }}"
1522
1522
# - "{{ jwt:groups }}"
1523
+ # configure the subject to inject in policy action activateTokenIntegration
1524
+ tokenIntegrationSubject : " integration:{{policy-entry:label}}:{{jwt:aud}}"
1523
1525
# devops contains the configuration of the gateway's "/devops" API, e.g. access to it
1524
1526
devops :
1525
1527
# secured this controls whether "/devops" and "/api/2/connections" resources are secured or not
You can’t perform that action at this time.
0 commit comments