UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 255b359d authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'grafana-signout-url' into 'master'

Grafana signout url handling improvements

Closes platform-one/big-bang/apps/core/monitoring#15

See merge request platform-one/big-bang/bigbang!1879
parents 379923f2 61ec76bc
No related branches found
No related tags found
1 merge request!1879Grafana signout url handling improvements
Pipeline #888650 passed
......@@ -276,9 +276,6 @@ grafana:
root_url: https://grafana.{{ $domainName }}/
{{- end }}
auth:
signout_redirect_url: {{ .Values.monitoring.sso.grafana.signout_redirect_url | default (tpl "https://{{ .Values.sso.oidc.host }}/auth/realms/{{ .Values.sso.oidc.realm }}/protocol/openid-connect/logout" .) }}
auth.generic_oauth:
enabled: {{ .Values.monitoring.sso.enabled }}
client_id: {{ .Values.monitoring.sso.grafana.client_id }}
......
......@@ -602,7 +602,7 @@ monitoring:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring.git
path: "./chart"
tag: "36.2.1-bb.1"
tag: "36.2.1-bb.2"
# -- Flux reconciliation overrides specifically for the Monitoring Package
flux:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment