-
Bug
-
Resolution: Done
-
Undefined
-
1.8.0
-
None
-
RHDH Documentation 3283, RHDH Documentation 3284
-
Moderate
Description of problem:
in step 3, it has me configure the plugin with:
plugins: - package: './dynamic-plugins/dist/backstage-plugin-catalog-backend-module-github-org' disabled: false
but there is no such plugin. The proper name should be
'./dynamic-plugins/dist/backstage-plugin-catalog-backend-module-github-org-dynamic'
(that is, the -dynamic suffix is needed as that's the name of the plugin)
in step 2, it has me set AUTHENTICATION_GITHUB_HOST_DOMAIN to github.com - which caused a startup fail:
ForwardedError: Module 'github-org-entity-provider' for plugin 'catalog' startup failed; caused by Error: There is no GitHub integration that matches github.com. Please add a configuration entry for it under integrations.github.
Setting this to https://github.com (adding the https:// prefix) worked (not sure why - but followed this example https://backstage.io/docs/integrations/github/org )
Prerequisites (if any, like setup, operators/versions):
RHDH 1.8.0 RC1
OpenShift 4.17
Steps to Reproduce
Follow the docs to setup github authentication (including catalog sync with github orgs/users)
Actual results:
See above failures
Expected results:
No failures, github users/orgs imported, able to login as github user.
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
RHDH 1.8.0 RC1