Skip to content

Commit

Permalink
try these header definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
carpenike committed Jul 25, 2024
1 parent 861be7f commit b7cc529
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ spec:
external-dns.alpha.kubernetes.io/target: internal.holthome.net
nginx.ingress.kubernetes.io/auth-url: "https://auth.holthome.net/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://auth.holthome.net/oauth2/start?rd=$escaped_request_uri"
nginx.ingress.kubernetes.io/auth-response-headers: "X-Auth-Request-User"
nginx.ingress.kubernetes.io/configuration-snippet: |
auth_request_set $user $upstream_http_x_auth_request_user;
proxy_set_header remote-user $user;
hosts:
- host: paperless.holthome.net
paths:
Expand Down

0 comments on commit b7cc529

Please sign in to comment.