Skip to content

Commit

Permalink
fix(proxy): do not pass unused credentials upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jun 7, 2024
1 parent 4e831e1 commit b6e9ef7
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 b6e9ef7

Please sign in to comment.