Skip to content

Commit 140a042

Browse files
envyalexmv
authored andcommitted
entrypoint: Add SOCIAL_AUTH_SYNC_ATTRS_DICT.
`SOCIAL_AUTH_SYNC_ATTRS_DICT` is a dict; add it to the list of settings that are not strings.
1 parent 91b7f0b commit 140a042

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_OIDC_ENABLED_IDPS" ] || \
283283
[ "$setting_key" = "SOCIAL_AUTH_SAML_ENABLED_IDPS" ] || \
284284
[ "$setting_key" = "SOCIAL_AUTH_SAML_ORG_INFO" ] || \
285+
[ "$setting_key" = "SOCIAL_AUTH_SYNC_ATTRS_DICT" ] || \
285286
{ [ "$setting_key" = "LDAP_APPEND_DOMAIN" ] && [ "$setting_var" = "None" ]; } || \
286287
[ "$setting_key" = "SCIM_CONFIG" ] || \
287288
[ "$setting_key" = "SECURE_PROXY_SSL_HEADER" ] || \

0 commit comments

Comments
 (0)