From 7bbf690e9abc52aa361371b9b1651927d3a88fb4 Mon Sep 17 00:00:00 2001 From: OpenShift Cherrypick Robot Date: Fri, 7 Feb 2025 15:36:25 +0100 Subject: [PATCH] RHIDP-5765 comment out references to GitHub Enterprise (#916) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabrice Flore-Thébault Co-authored-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 44294e1de6..a47cb767e1 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] ====