Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Unset Authorization header when proxying.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Staubo committed Jul 18, 2016
1 parent 98f8e67 commit b1db5f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingress/controllers/nginx/nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ http {
auth_digest "{{ $location.Auth.Realm }}";
auth_digest_user_file {{ $location.Auth.File }};
{{ end }}
proxy_set_header Authorization "";
{{- end }}

proxy_set_header Host $host;
Expand Down

0 comments on commit b1db5f8

Please sign in to comment.