Skip to content
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

How to configure GitHubAuthBackend ? #414

Closed
mdsa3d opened this issue Oct 16, 2023 · 2 comments
Closed

How to configure GitHubAuthBackend ? #414

mdsa3d opened this issue Oct 16, 2023 · 2 comments

Comments

@mdsa3d
Copy link

mdsa3d commented Oct 16, 2023

May I ask how to configure GitHubAuthBackend, in terms what are the added lines of code? if possible will appreciate a working documentation on it.

@mdsa3d mdsa3d changed the title Configuring GitHubAuthBackend in docker-compose How to configure GitHubAuthBackend ? Oct 16, 2023
@nazrul-kabir
Copy link

I think you can configure via looking into settings.py from the main zulip repo, as well as setting the configuration secrets ex: SOCIAL_AUTH_GITHUB_KEY, SOCIAL_AUTH_GITHUB_ORG_NAME etc in zulip-secrets.conf. Further details are documented in your settings.py.

@timabbott
Copy link
Member

Yes, that's correct. You can also use the MANUAL_CONFIGURATION option and just provide your own /etc/zulip/ files; passing these through Docker environment variables is a bit awkawrd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants