UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a079402e authored by Ryan Garcia's avatar Ryan Garcia :dizzy: Committed by Justin Schaefer
Browse files

Merge branch 'mattermost-sso-passthroughs' into 'master'

Adding passthroughs for new MM sso options

See merge request !3169

(cherry picked from commit d4c3eda9)

10172fd4 Adding passthroughs for new MM sso options
parent 21dd35eb
No related branches found
No related tags found
No related merge requests found
Pipeline #2237682 passed with warnings
......@@ -52,6 +52,9 @@ sso:
auth_endpoint: {{ default (include "sso.oidc.auth" $) .auth_endpoint }}
token_endpoint: {{ default (include "sso.oidc.token" $) .token_endpoint }}
user_api_endpoint: {{ default (include "sso.oidc.userinfo" $) .user_api_endpoint }}
{{- list "enable_sign_up_with_email" .enable_sign_up_with_email | include "bigbang.addValueIfSet" | indent 2 }}
{{- list "enable_sign_in_with_email" .enable_sign_in_with_email | include "bigbang.addValueIfSet" | indent 2 }}
{{- list "enable_sign_in_with_username" .enable_sign_in_with_username | include "bigbang.addValueIfSet" | indent 2 }}
{{- end }}
networkPolicies:
......
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