Skip to content

Repository for public, generic Backstage catalogs to be used by Giant Swarm customers

License

Notifications You must be signed in to change notification settings

giantswarm/backstage-catalogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backstage catalogs by Giant Swarm

This repository provides public Backstage catalogs for Giant Swarm customers.

Catalog files are stored in the catalogs directory.

All entities in these catalogs use the giantswarm namespace.

Catalogs

Components

File: components.yaml

The components catalog consist of apps published in the public app catalogs by Giant Swarm, represented as Component entities. For each app, only information on the latest release is included.

Groups

File: groups.yaml

The groups catalog provides information on some Giant Swarm product engineering teams, in the form of Group entities. Components in the components catalog are usually associated with one of these teams to indicate the team responsible for the component. In some cases, the owner team named on the component no longer exists as a team at Giant Swarm. In this case you will not find a corresponding group entity in the groups catalog.

Users

File: users.yaml

This catalog includes the team members of the Giant Swarm teams included in the groups catalog, as well as other Giant Swarm employees.

Usage

To have these catalogs read from your Backstage instance, configure your app config like this:

catalog:
  locations:
    - type: url
      target: https://github.com/giantswarm/backstage-catalogs/blob/main/catalogs/components.yaml
      rules:
        allow:
          - Component
    - type: url
      target: https://github.com/giantswarm/backstage-catalogs/blob/main/catalogs/groups.yaml
      rules:
        allow:
          - Group
    - type: url
      target: https://github.com/giantswarm/backstage-catalogs/blob/main/catalogs/users.yaml
      rules:
        allow:
          - User

About

Repository for public, generic Backstage catalogs to be used by Giant Swarm customers

Resources

License

Security policy

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •