b5545900a4
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
827 B
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.