Skip to content

Commit 6e0c3a8

Browse files
authored
entrypoint.sh: Recognize SCIM_CONFIG key as array.
Technically, it's a dictionary, but that's the type used for all of these complex settings in this file.
1 parent 167720e commit 6e0c3a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ zulipConfiguration() {
282282
[ "$setting_key" = "SOCIAL_AUTH_SAML_ENABLED_IDPS" ] || \
283283
[ "$setting_key" = "SOCIAL_AUTH_SAML_ORG_INFO" ] || \
284284
{ [ "$setting_key" = "LDAP_APPEND_DOMAIN" ] && [ "$setting_var" = "None" ]; } || \
285+
[ "$setting_key" = "SCIM_CONFIG" ] || \
285286
[ "$setting_key" = "SECURE_PROXY_SSL_HEADER" ] || \
286287
[[ "$setting_key" = "CSRF_"* ]] || \
287288
[ "$setting_key" = "REALM_HOSTS" ] || \

0 commit comments

Comments
 (0)