-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Update scripts and docs to reflect changes in settings file. #436
base: master
Are you sure you want to change the base?
Conversation
This is beautiful - thank you! Let's finish up #409 and get these in too! 🎉 |
shub/settings.py
Outdated
@@ -668,4 +668,20 @@ def __iter__(self): | |||
} | |||
|
|||
if ENABLE_GITLAB_AUTH: # noqa | |||
SOCIAL_AUTH_GITLAB_SCOPE = ["api", "read_user"] | |||
if "SOCIAL_AUTH_GITLAB_SCOPE" not in locals(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this change from the other PR snuck in!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i mentioned that is relies on changes from the #435 because the scripts need that other script to work properly.
This updates a few things that were changed in #409.
Relies on changes in #435
blocked by #435