From c1e80ddd58f8941bbb2924ba159c3c94b226d90e Mon Sep 17 00:00:00 2001 From: Andrew Lohr Date: Tue, 10 Mar 2020 12:30:04 -0400 Subject: [PATCH 1/2] add cli prereq for console update --- ref/general/configuration/console-oauth.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ref/general/configuration/console-oauth.adoc b/ref/general/configuration/console-oauth.adoc index e6af699..d2daadf 100644 --- a/ref/general/configuration/console-oauth.adoc +++ b/ref/general/configuration/console-oauth.adoc @@ -7,6 +7,8 @@ You can enable optional stack management features via the product console by configuring GitHub OAuth. This setup will allow the console to verify users via GitHub OAuth. +. The stack management features communicate with the CLI server so it's important to link:/docs/ref/general/configuration/github-authorization.html[configure the CLI service with authorization] before you continue. + . From your GitHub organization page, create an OAuth Application in **Settings -> OAuth App -> New OAuth Apps**. Note: the OAuth GitHub app will need to be created in the same GitHub organization that your stack hub is in. If the OAuth GitHub app and the stack hub repository **need** to be in different GitHub orgs, then the OAuth GitHub app can request access to data in the org with the application stacks. For more information see the GitHub doc - https://help.github.com/en/github/setting-up-and-managing-organizations-and-teams/about-oauth-app-access-restrictions[OAuth App Access and Restrictions]. * `Application name` can be anything, a suggestion is: `kabanero console`. From 1f446431bc41a69aeca2a3af6c5aa7764aab80bf Mon Sep 17 00:00:00 2001 From: Andrew Lohr Date: Tue, 10 Mar 2020 13:15:47 -0400 Subject: [PATCH 2/2] Update console-oauth.adoc --- ref/general/configuration/console-oauth.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ref/general/configuration/console-oauth.adoc b/ref/general/configuration/console-oauth.adoc index d2daadf..cba3f9c 100644 --- a/ref/general/configuration/console-oauth.adoc +++ b/ref/general/configuration/console-oauth.adoc @@ -7,7 +7,7 @@ You can enable optional stack management features via the product console by configuring GitHub OAuth. This setup will allow the console to verify users via GitHub OAuth. -. The stack management features communicate with the CLI server so it's important to link:/docs/ref/general/configuration/github-authorization.html[configure the CLI service with authorization] before you continue. +. The stack management features communicate with the CLI server. Therefore, link:/docs/ref/general/configuration/github-authorization.html[configure the CLI service with authorization] before you continue. . From your GitHub organization page, create an OAuth Application in **Settings -> OAuth App -> New OAuth Apps**. Note: the OAuth GitHub app will need to be created in the same GitHub organization that your stack hub is in. If the OAuth GitHub app and the stack hub repository **need** to be in different GitHub orgs, then the OAuth GitHub app can request access to data in the org with the application stacks. For more information see the GitHub doc - https://help.github.com/en/github/setting-up-and-managing-organizations-and-teams/about-oauth-app-access-restrictions[OAuth App Access and Restrictions].