Previously Backstage was not configured to integrate with GitHub. The
integration is necessary for Backstage to automatically discover
resources in a GitHub organization and import them into the Catalog.
This patch adds a new platform model form field and section for the
primary GitHub organization name of the platform. Additional GitHub
organizations can be added in the future, Backstage supports them.
The result is Backstage automatically scans public and private
repositories and adds the information in catalog-info.yaml to the UI.
Previously Backstage was not configured to integrate with GitHub. The integration is necessary for Backstage to automatically discover resources in a GitHub organization and import them into the Catalog.
This patch adds a new platform model form field and section for the primary GitHub organization name of the platform. Additional GitHub organizations can be added in the future, Backstage supports them.
The result is Backstage automatically scans public and private repositories and adds the information in
catalog-info.yaml
to the UI.Closes: #180