Skip to content

Commit

Permalink
fix(proxy): do not pass unused credentials upstream (#147)
Browse files Browse the repository at this point in the history
(cherry picked from commit 937470d)
  • Loading branch information
andrewazores authored and mergify[bot] committed Jun 7, 2024
1 parent a98cd37 commit e548b57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/cryostat/templates/openshiftOauthProxy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
image: "{{ .Values.openshiftOauthProxy.image.repository }}:{{ .Values.openshiftOauthProxy.image.tag }}"
args:
- --skip-provider-button={{ not .Values.authentication.basicAuth.enabled }}
- --pass-access-token=false
- --pass-user-bearer-token=false
- --pass-basic-auth=false
- --upstream=http://localhost:8181/
- --upstream=http://localhost:3000/grafana/
- --upstream=http://localhost:8333/storage/
Expand Down

0 comments on commit e548b57

Please sign in to comment.