UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f6005666 authored by Micah Nagel's avatar Micah Nagel
Browse files

feat: sso vals for mattermost

parent 82dba6e6
No related branches found
No related tags found
1 merge request!273Resolve "Integrate MM Instance with Big Bang Chart"
Pipeline #178157 passed
......@@ -75,3 +75,8 @@ addons:
sso:
enabled: true
client_id: platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-confluence
mattermost:
sso:
enabled: true
client_id: "platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-mattermost"
client_secret: "no-secret"
......@@ -52,7 +52,7 @@ spec:
sso:
enabled: {{ .enabled }}
client_id: {{ .client_id }}
client_secret: {{ .client_secret }}
client_secret: {{ .client_secret | default "no-secret" }}
auth_endpoint: {{ .auth_endpoint | default (printf "https://%s/oauth/authorize" $.Values.sso.oidc.host) }}
token_endpoint: {{ .token_endpoint | default (printf "https://%s/oauth/token" $.Values.sso.oidc.host) }}
user_api_endpoint: {{ .user_api_endpoint | default (printf "https://%s/api/v4/user" $.Values.sso.oidc.host) }}
......
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