Skip to content

Commit

Permalink
Revert "Add Google Auth plugin"
Browse files Browse the repository at this point in the history
This reverts commit 0a064b2.

The plugin doesn't work with the newest Sentry version.
  • Loading branch information
Philippe Hässig committed Feb 23, 2018
1 parent 0a064b2 commit deba209
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
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: 0 additions & 6 deletions sentry.conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,3 @@
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 deba209

Please sign in to comment.