Skip to content

Commit

Permalink
Update sources.md to reflect Roadie-hosted backstage config (#70)
Browse files Browse the repository at this point in the history
This was the only non-obvious change that was required to connect to a
backstage instance hosted by Roadie.
  • Loading branch information
lawrencejones authored Feb 24, 2024
2 parents b4399c1 + 9b9d2e5 commit 9280c08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,14 @@ be a bearer token with permissions to make this call.
This will pull in all catalog entries after which you may use the source
`filter`s to separate entries into different types.

Note: these instructions also work for Backstage hosted with [Roadie]([url](https://roadie.io)). You will need to adjust the `endpoint` to:

```
https://api.roadie.so/api/catalog/entities
```

And you should append `sign_jwt: false,` to your jsonnet, as explained above.

## `github`

This source can pull files matching a pattern from across repositories in a
Expand Down

0 comments on commit 9280c08

Please sign in to comment.