Skip to content

Commit

Permalink
Merge pull request kubecost#1446 from kubecost/kaelan-rbac-redirect-l…
Browse files Browse the repository at this point in the history
…oop-fix

Fix infinite redirect for users with no rbac roles
  • Loading branch information
kaelanspatel authored May 31, 2022
2 parents 9caa7bd + ea268c3 commit 9f9e5c7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ data:

{{- if .Values.saml.enabled }}
add_header Cache-Control "max-age=0";
location /unauthorized.html {

}
location / {
auth_request /auth;
proxy_redirect off;
Expand Down

0 comments on commit 9f9e5c7

Please sign in to comment.