Files
backstage/.changeset/short-schools-heal.md
T
Brian Fletcher 7d4b4e937c addressing review comments
Signed-off-by: Brian Fletcher <brian@roadie.io>
2021-12-23 12:31:09 +00:00

693 B

@backstage/integration
@backstage/integration
minor

Create an interface for the GitHub credentials provider in order to support providing implementations.

We have changed the name of the GithubCredentialsProvider to SingleInstanceGithubCredentialsProvider.

GithubCredentialsProvider is now an interface that maybe implemented to provide a custom mechanism to retrieve GitHub credentials.

In a later release we will support configuring URL readers, scaffolder tasks, and processors with customer GitHub credentials providers.

If you want to uptake this release, you will need to replace all references to GithubCredentialsProvider.create with SingleInstanceGithubCredentialsProvider.create.