Skip to content

Commit

Permalink
fix passing auth header for downstream validation
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Sep 14, 2023
1 parent 9741948 commit f37b9b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubeflow/helm/gateway/templates/oauth2-envoy-filter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ spec:
{{- include "gateway.selectorLabels" .Subcharts.gateway | nindent 6 }}
jwtRules:
- forwardOriginalToken: true
fromHeaders:
outputPayloadToHeader: Authorization # TODO: needed so the requestauth resource in user namespace works
fromHeaders: # TODO: possibly add this to profile controller setup
- name: cookie
prefix: IdToken=
issuer: {{ .Values.global.oidc.issuer }}
Expand Down

0 comments on commit f37b9b5

Please sign in to comment.