We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167720e commit 6e0c3a8Copy full SHA for 6e0c3a8
entrypoint.sh
@@ -282,6 +282,7 @@ zulipConfiguration() {
282
[ "$setting_key" = "SOCIAL_AUTH_SAML_ENABLED_IDPS" ] || \
283
[ "$setting_key" = "SOCIAL_AUTH_SAML_ORG_INFO" ] || \
284
{ [ "$setting_key" = "LDAP_APPEND_DOMAIN" ] && [ "$setting_var" = "None" ]; } || \
285
+ [ "$setting_key" = "SCIM_CONFIG" ] || \
286
[ "$setting_key" = "SECURE_PROXY_SSL_HEADER" ] || \
287
[[ "$setting_key" = "CSRF_"* ]] || \
288
[ "$setting_key" = "REALM_HOSTS" ] || \
0 commit comments