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.
This commit is contained in:
Nico Weichbrodt
2025-08-14 11:52:00 +02:00
committed by Alex Vandiver
parent 91b7f0b5c5
commit 140a042591

View File

@@ -282,6 +282,7 @@ zulipConfiguration() {
[ "$setting_key" = "SOCIAL_AUTH_OIDC_ENABLED_IDPS" ] || \
[ "$setting_key" = "SOCIAL_AUTH_SAML_ENABLED_IDPS" ] || \
[ "$setting_key" = "SOCIAL_AUTH_SAML_ORG_INFO" ] || \
[ "$setting_key" = "SOCIAL_AUTH_SYNC_ATTRS_DICT" ] || \
{ [ "$setting_key" = "LDAP_APPEND_DOMAIN" ] && [ "$setting_var" = "None" ]; } || \
[ "$setting_key" = "SCIM_CONFIG" ] || \
[ "$setting_key" = "SECURE_PROXY_SSL_HEADER" ] || \