Skip to content

Commit ca4e408

Browse files
vinokurigibuziuk
authored andcommitted
Update the GitHub oauth configuration page (#2734)
* Update the GitHub oauth configuration page Signed-off-by: ivinokur <[email protected]> * Update modules/administration-guide/partials/proc_applying-the-github-oauth-app-secret.adoc Co-authored-by: Ilya Buziuk <[email protected]> --------- Signed-off-by: ivinokur <[email protected]> Co-authored-by: Ilya Buziuk <[email protected]>
1 parent e333cc9 commit ca4e408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/administration-guide/partials/proc_applying-the-github-oauth-app-secret.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ metadata:
3636
annotations:
3737
che.eclipse.org/oauth-scm-server: github
3838
che.eclipse.org/scm-server-endpoint: __<github_server_url>__ <2>
39-
che.eclipse.org/scm-github-disable-subdomain-isolation: true <3>
39+
che.eclipse.org/scm-github-disable-subdomain-isolation: 'false' <3>
4040
type: Opaque
4141
stringData:
4242
id: __<GitHub_OAuth_Client_ID>__ <4>
4343
secret: __<GitHub_OAuth_Client_Secret>__ <5>
4444
----
4545
<1> The {prod-short} namespace. The default is `{prod-namespace}`.
4646
<2> This depends on the GitHub product your organization is using: When hosting repositories on GitHub.com or GitHub Enterprise Cloud, omit this line or enter the default `https://github.com`. When hosting repositories on GitHub Enterprise Server, enter the GitHub Enterprise Server URL.
47-
<3> This line is only added for GitHub Enterprise Server with disabled link:https://docs.github.com/en/enterprise-server/admin/configuration/hardening-security-for-your-enterprise/enabling-subdomain-isolation#about-subdomain-isolation[subdomain isolation] option. If the subdomain isolation option is enabled on GitHub Enterprise Server, you must either omit this annotation or set it to `false`.
47+
<3> If you are using GitHub Enterprise Server with a disabled link:https://docs.github.com/en/enterprise-server/admin/configuration/hardening-security-for-your-enterprise/enabling-subdomain-isolation#about-subdomain-isolation[subdomain isolation] option, you must set the annotation to `true`, otherwise you can either omit the annotation or set it to `false`.
4848
<4> The *GitHub OAuth Client ID*.
4949
<5> The *GitHub OAuth Client Secret*.
5050

0 commit comments

Comments
 (0)