Google Auth for Sentry
An SSO provider for Sentry which enables Google Apps authentication.
Install
$ pip install https://github.com/getsentry/sentry-auth-google/archive/master.zip
Setup
Start by creating a project in the Google Developers Console.
In the Authorized redirect URIs add the SSO endpoint for your installation:
https://sentry.example.com/auth/sso/
Finally, obtain the API keys and configure the GOOGLE_CLIENT_ID
and GOOGLE_CLIENT_SECRET
as environment variables.
Alternatively, you can plug them into your sentry.conf.py
:
GOOGLE_CLIENT_ID = ""
GOOGLE_CLIENT_SECRET = ""