Skip to content

Commit

Permalink
add permission for gitlab. (#10880)
Browse files Browse the repository at this point in the history
* Update settings.dist.py

* Update .settings.dist.py.sha256sum

---------

Co-authored-by: Cody Maffucci <[email protected]>
  • Loading branch information
Ma1tobiose and Maffooch authored Sep 17, 2024
1 parent c2686ef commit b92a8d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dojo/settings/.settings.dist.py.sha256sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5885fb4d328a6468766c17c54ae2d906511102cd9c79d86273e85fb24c95791b
0bca5a500428482976edb590b239bbbcf365b568b15ba87bda74e8a16663866d
2 changes: 1 addition & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
DD_SOCIAL_AUTH_GITLAB_KEY=(str, ""),
DD_SOCIAL_AUTH_GITLAB_SECRET=(str, ""),
DD_SOCIAL_AUTH_GITLAB_API_URL=(str, "https://gitlab.com"),
DD_SOCIAL_AUTH_GITLAB_SCOPE=(list, ["read_user", "openid"]),
DD_SOCIAL_AUTH_GITLAB_SCOPE=(list, ["read_user", "openid", "read_api", "read_repository"]),
DD_SOCIAL_AUTH_KEYCLOAK_OAUTH2_ENABLED=(bool, False),
DD_SOCIAL_AUTH_KEYCLOAK_KEY=(str, ""),
DD_SOCIAL_AUTH_KEYCLOAK_SECRET=(str, ""),
Expand Down

0 comments on commit b92a8d0

Please sign in to comment.