-
Bug
-
Resolution: Unresolved
-
Normal
-
1.7.0
-
None
-
1
-
False
-
-
False
-
-
-
RHDH Documentation 3283
Description of problem:
1. Document Containing the Error:
Title: Authentication in Red Hat Developer Hub
Section: Step 3 of "Enabling user authentication with GitHub"
2. Description of the Error:
The documentation incorrectly refers to the plugin package as backstage-plugin-catalog-backend-module-github-org.
Incorrect Text:
Enable the GitHub organization provisioning plugin (backstage-plugin-catalog-backend-module-github-org).
Incorrect dynamic-plugins.yaml example:
plugins:
- package: './dynamic-plugins/dist/backstage-plugin-catalog-backend-module-github-org'
disabled: false
3. The Correct Information:
According to the official Dynamic Plugins Reference [1], the correct and supported package name is backstage-plugin-catalog-backend-module-github-org-dynamic.
[1] Reference URL: https://docs.redhat.com/ja/documentation/red_hat_developer_hub/1.7/html-single/dynamic_plugins_reference/index#red-hat-supported-plugins
4. Suggested Correction:
The documentation should be updated to use the correct package name with the -dynamic suffix.
Corrected Text:
Enable the GitHub organization provisioning plugin (backstage-plugin-catalog-backend-module-github-org-dynamic).
Corrected dynamic-plugins.yaml example:
plugins:
- package: './dynamic-plugins/dist/backstage-plugin-catalog-backend-module-github-org-dynamic'
disabled: false
This correction is important for users to successfully configure the dynamic plugin for GitHub organization ingestion.