Skip to content

Commit

Permalink
chore: new jti header needs to be passed down (#4845)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Burtey <[email protected]>
  • Loading branch information
nicolasburtey and Nicolas Burtey authored Nov 21, 2023
1 parent b6aaac7 commit dede841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/galoy/templates/api-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
nginx.ingress.kubernetes.io/limit-connections: "80"
nginx.ingress.kubernetes.io/auth-url: "http://galoy-oathkeeper-api.{{ .Release.Namespace }}.svc.cluster.local:4456/decisions"
nginx.ingress.kubernetes.io/auth-method: GET
nginx.ingress.kubernetes.io/auth-response-headers: "Authorization, Set-Cookie"
nginx.ingress.kubernetes.io/auth-response-headers: "Authorization, Set-Cookie, X-Appcheck-Jti"
nginx.ingress.kubernetes.io/auth-forward-cookie: "*"
nginx.ingress.kubernetes.io/auth-snippet: |
proxy_set_header X-Original-URL $request_uri;
Expand Down

0 comments on commit dede841

Please sign in to comment.