Files
backstage/docs/integrations/index.md
T
Patrick Jungermann ebf0236d21 chore(docs): remove reference to deprecated integration
Remove reference to deprecated integration `bitbucket` at `index.md`.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-21 09:42:16 +02:00

846 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.