Files
backstage/docs/integrations/index.md
T
Andre Wanlin b5545900a4 Initial removal
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2025-06-06 13:14:54 -05:00

827 B

id, title, sidebar_label, description
id title sidebar_label description
index Integrations Overview Configuring Backstage to read or publish data with external providers using integrations

Integrations allow Backstage to read or publish data using external providers such as GitHub, GitLab, Bitbucket, LDAP, or cloud providers.

Configuration

Integrations are configured at the root level of app-config.yaml since integrations are used by many Backstage core features and other plugins.

Each key under integrations is a separate configuration for a single external provider. Providers each have different configuration; here's an example of configuration to use GitHub:

integrations:
  github:
    - host: github.com
      token: ${GITHUB_TOKEN}

See documentation for each type of integration for full details on configuration.