From f1145e8c0afbe25e26fc47188ba117f5478c974c Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Thu, 30 Jan 2025 07:43:29 +0700 Subject: [PATCH] docs(self-hosted): remove deprecated github sso auth config Closes https://github.com/getsentry/self-hosted/issues/3481 --- develop-docs/self-hosted/sso.mdx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/develop-docs/self-hosted/sso.mdx b/develop-docs/self-hosted/sso.mdx index 38807a7dd2eca..5720330af603e 100644 --- a/develop-docs/self-hosted/sso.mdx +++ b/develop-docs/self-hosted/sso.mdx @@ -86,17 +86,6 @@ When prompted for permissions, choose the following: You will then need to set the following configuration values: -In [`sentry/sentry.conf.py`](https://github.com/getsentry/self-hosted/blob/master/sentry/sentry.conf.example.py) - -```python -GITHUB_APP_ID="" -GITHUB_API_SECRET="" -GITHUB_REQUIRE_VERIFIED_EMAIL = True # Optional but recommended - -# Only if you are using GitHub Enterprise -#GITHUB_BASE_DOMAIN = "git.example.com" -#GITHUB_API_DOMAIN = "api.git.example.com" -``` In [`sentry/config.yaml`](https://github.com/getsentry/self-hosted/blob/master/sentry/config.example.yml) ```yaml @@ -117,6 +106,7 @@ github-app.private-key: | # Only needed if you have multiple organizations enabled github-login.client-id: '' github-login.client-secret: '' +github-login.require-verified-email: true # Optional but recommended ``` This will also enable the [GitHub Integration](/integrations/github/) for your instance.