sentry-docker
sentry-docker copied to clipboard
There's no SSO providers
There are GOOGLE_OAUTH2_CLIENT_ID and GOOGLE_OAUTH2_CLIENT_SECRET settings available in this project, hinting that SSO for Google Login is enabled.
On the /manage/status/environment/ page I see social_auth.backends.google.GoogleBackend under AUTHENTICATION_BACKENDS. But under /organizations/my-company/auth/ I get a No authentication providers are available. message.
Reading some sentry docs about Google SSO shows that sentry-auth-google should be pip installed, but doing docker exec 6e468d98ffb5 pip freeze | grep google gives me no output (except some warning).