Skip to content

Commit 3f7845c

Browse files
authored
RHIDP-5765 comment out references to GitHub Enterprise (redhat-developer#900)
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
1 parent 25e2399 commit 3f7845c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/authentication/proc-enabling-authentication-with-github.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ TIP: If you plan to make changes using the GitHub API, ensure that `Read and wri
5555
+
5656
`AUTH_GITHUB_APP_ID`:: Enter the saved **App ID**.
5757
`AUTH_GITHUB_CLIENT_ID`:: Enter the saved **Client ID**.
58-
`GITHUB_HOST_DOMAIN`:: Enter your GitHub host domain: `github.com` unless you are using GitHub Enterprise.
58+
//`GITHUB_HOST_DOMAIN`:: Enter your GitHub host domain: `github.com` unless you are using GitHub Enterprise.
5959
`GITHUB_ORGANIZATION`:: Enter your GitHub organization name, such as `__<your_github_organization_name>__'.
6060
`GITHUB_ORG_URL`:: Enter `$GITHUB_HOST_DOMAIN/$GITHUB_ORGANIZATION`.
6161
`GITHUB_CLIENT_SECRET`:: Enter the saved **Client Secret**.
@@ -145,6 +145,7 @@ auth:
145145
callbackUrl: __<your_intermediate_service_url/handler>__
146146
----
147147

148+
////
148149
`enterpriseInstanceUrl`::
149150
Your GitHub Enterprise URL.
150151
Requires you defined the `GITHUB_HOST_DOMAIN` secret in the previous step.
@@ -158,6 +159,7 @@ auth:
158159
production:
159160
enterpriseInstanceUrl: ${GITHUB_HOST_DOMAIN}
160161
----
162+
////
161163

162164
[TIP]
163165
====

0 commit comments

Comments
 (0)