docker-zulip icon indicating copy to clipboard operation
docker-zulip copied to clipboard

ZulipRemoteUserBackend is currently not supported

Open ssvenn opened this issue 5 years ago • 1 comments

I am scratching my head trying to figure out how to implement the Apache SSO with docker-zulip, would it be better to bundle apache and libapache2-mod-auth-kerb inside the container or try to run it in a separate container or on the docker host?

https://zulip.readthedocs.io/en/latest/production/authentication-methods.html#apache-based-sso-with-remote-user

I am going to attempt modifying the app server container to include the required apache components but my understanding of kerberos is limited so I'm unsure if that's the best strategy. I have LDAP working but I really want to get SSO working so I can package the desktop client to autostart and autologin on our Windows machines.

ssvenn avatar Jul 26 '19 07:07 ssvenn

Yeah, I think you'd need to fork the Dockerfile and add code to include your Apache stuff to do this the way Docker wants you to.

(Or write a new Dockerfile extending the main Zulip image, which might be cleaner)

timabbott avatar Jul 27 '19 00:07 timabbott