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

Commit

Permalink
Merge pull request #1384 from atombender/issue_1883
Browse files Browse the repository at this point in the history
Unset Authorization header when proxying
  • Loading branch information
bprashanth authored Jul 20, 2016
2 parents 96831e2 + b1db5f8 commit 9979a9a
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 @@ -235,6 +235,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 9979a9a

Please sign in to comment.