Chapter 3. Breaking changes


This section lists breaking changes with Red Hat Developer Hub 1.1:

3.1. Configuration change in the GitHub Organization catalog provider

The GitHub Organization catalog module for the new backend system switched to a new GithubMultiOrgEntityProvider provider, which allows ingesting data from multiple GitHub organizations. This new provider brings in changes to the default plugin configuration settings. You must upgrade the @backstage/plugin-catalog-backend-module-github-org plugin and reconfigure it in the following manner:

Copy to Clipboard Toggle word wrap
kind: ConfigMap
apiVersion: v1
metadata:
  name: app-config-rhdh
data:
  app-config-rhdh.yaml: |
    ...
    catalog:
      providers:
        githubOrg:
          id: production
          githubUrl: "${GITHUB_URL}"
          orgs: [ "${GITHUB_ORG}" ] 
1

    ...
1
Replace ${GITHUB_ORG} with the GitHub organization you want to ingest users from.

For more information, see the Enabling GitHub organization member discovery in Red Hat Developer Hub section in the Getting started guide.

Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2025 Red Hat, Inc.