Skip to content

Commit 79dc0ba

Browse files
committed
clarify that the GitHub authentication plugin is already enabled
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
1 parent bb54ccc commit 79dc0ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ Enter the GitHub host domain: `github.com`.
5353
`AUTHENTICATION_GITHUB_ORGANIZATION`::
5454
Enter your GitHub organization name, such as `__<your_github_organization_name>__`.
5555

56-
. Enable the `backstage-plugin-catalog-backend-module-github-org` plugin.
56+
. Enable the GitHub organization provisioning plugin (`backstage-plugin-catalog-backend-module-github-org`).
57+
This plugin ingests GitHub users and groups to the {product-short} software catalog.
5758
+
5859
.`dynamic-plugins.yaml` file fragment
5960
[code,yaml]
@@ -62,6 +63,8 @@ plugins:
6263
- package: './dynamic-plugins/dist/backstage-plugin-catalog-backend-module-github-org'
6364
disabled: false
6465
----
66+
+
67+
The GitHub authentication plugin (`auth-backend-module-github-provider`) is already enabled by default.
6568

6669
. To provision GitHub users and groups to the {product-short} software catalog, add the `catalog.providers.githubOrg` section to your custom {product-short} `{my-app-config-file}` configuration file:
6770
+

0 commit comments

Comments
 (0)