From 3f7845c49e3c3de0f8838a850dd10cebfb600e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Fri, 7 Feb 2025 13:25:14 +0100 Subject: [PATCH] RHIDP-5765 comment out references to GitHub Enterprise (#900) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabrice Flore-Thébault --- .../proc-enabling-authentication-with-github.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/authentication/proc-enabling-authentication-with-github.adoc b/modules/authentication/proc-enabling-authentication-with-github.adoc index 44294e1de..a47cb767e 100644 --- a/modules/authentication/proc-enabling-authentication-with-github.adoc +++ b/modules/authentication/proc-enabling-authentication-with-github.adoc @@ -55,7 +55,7 @@ TIP: If you plan to make changes using the GitHub API, ensure that `Read and wri + `AUTH_GITHUB_APP_ID`:: Enter the saved **App ID**. `AUTH_GITHUB_CLIENT_ID`:: Enter the saved **Client ID**. -`GITHUB_HOST_DOMAIN`:: Enter your GitHub host domain: `github.com` unless you are using GitHub Enterprise. +//`GITHUB_HOST_DOMAIN`:: Enter your GitHub host domain: `github.com` unless you are using GitHub Enterprise. `GITHUB_ORGANIZATION`:: Enter your GitHub organization name, such as `____'. `GITHUB_ORG_URL`:: Enter `$GITHUB_HOST_DOMAIN/$GITHUB_ORGANIZATION`. `GITHUB_CLIENT_SECRET`:: Enter the saved **Client Secret**. @@ -145,6 +145,7 @@ auth: callbackUrl: ____ ---- +//// `enterpriseInstanceUrl`:: Your GitHub Enterprise URL. Requires you defined the `GITHUB_HOST_DOMAIN` secret in the previous step. @@ -158,6 +159,7 @@ auth: production: enterpriseInstanceUrl: ${GITHUB_HOST_DOMAIN} ---- +//// [TIP] ====