Skip to content

Commit

Permalink
Add Google Auth plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Hässig committed Feb 23, 2018
1 parent 9514937 commit 0a064b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
https://github.com/getsentry/sentry-redmine/archive/master.zip
https://github.com/getsentry/sentry-auth-github/archive/master.zip
https://github.com/getsentry/sentry-auth-google/archive/master.zip
https://github.com/getsentry/sentry-opsgenie/archive/master.zip
https://github.com/getsentry/sentry-redmine/archive/master.zip
6 changes: 6 additions & 0 deletions sentry.conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,9 @@
if 'BITBUCKET_CONSUMER_KEY' in os.environ:
BITBUCKET_CONSUMER_KEY = env('BITBUCKET_CONSUMER_KEY')
BITBUCKET_CONSUMER_SECRET = env('BITBUCKET_CONSUMER_SECRET')

###########################
## Google Authentication ##
###########################
GOOGLE_CLIENT_ID = env('GOOGLE_CLIENT_ID') or ""
GOOGLE_CLIENT_SECRET = env('GOOGLE_CLIENT_SECRET') or ""

0 comments on commit 0a064b2

Please sign in to comment.