zulip / docker-zulip

Container configurations, images, and examples for Zulip.
https://zulip.com/
Apache License 2.0
574 stars 238 forks source link

entrypoint: Consider SOCIAL_AUTH_SAML_ENABLED_IDPS as an array in entrypoint.sh #406

Closed nmursith closed 1 year ago

nmursith commented 1 year ago

When adding proper SOCIAL_AUTH_SAML_ENABLED_IDPS: Dict[str, Any] in values.yaml, zulip is failing to start by stating that SOCIAL_AUTH_SAML_ENABLED_IDPS got invalid string, since the condition is missing. Kindly evaluate the PR.

alexmv commented 1 year ago

Thanks for the fix, @nmursith -- merged!