-
-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom setting.py not being picked up #285
Comments
Plot twist
After this restart the SSO with keycloak was working fine and without any hacky |
Following may or may not help: check if |
This is probably effectively a duplicate of #343, issues folks are having using MANUAL_CONFIGURATION. |
Hello there!
I started trying out Zulip using docker and I wanted to integrate a SAML SSO (Keycloak).
I tried setting up a custom
settings.py
file but unfortunately I'm unable to make il work.AS a workaround, I temporarily edited the file in the host and then copied it in the container and restarted the server (literally
docker exec -u zulip zulip_zulip_1 /home/zulip/deployments/current/scripts/restart-server
)Back to the issue...
This is the zulip container's log when I try to start up the container with the env variables
MANUAL_CONFIGURATION
andLINK_SETTINGS_TO_DATA
set to true in docker-compose.yml file:Am I missing something?
Unfortunately I had no time to investigate (yet)
Also I would like to highlight that I have a reverse proxy and having
DISABLE_HTTPS: "True"
(and so a reverse proxy to the HTTP port) results in aAuthFailed: Authentication failed: SAML login failed: ['invalid_response'] (The response was received at https://zulip.example.com:80/complete/saml/ instead of https://zulip.example.com/complete/saml/)
The text was updated successfully, but these errors were encountered: