Skip to content

0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 11:57
· 21 commits to main since this release
4aeaa92

Summary

Release 0.1.0 adds the type necessary for OAuth support in Backstage plugin configuration. With this new type users will be able to configure the following OAuth parameters in Backstage app-config.yaml file.

pagerDuty:
  oauth:
    clientId: ${PD_CLIENT_ID}
    clientSecret: ${PD_CLIENT_SECRET}
    subDomain: ${PD_ACCOUNT_SUBDOMAIN}
    region: ${PD_ACCOUNT_REGION}           // Optional. allowed values: 'us', 'eu'. Defaults to 'us'.

Changes

  • feat: adds type to allow OAuth support (#5) by @t1agob

This release was made possible by the following contributors:

@t1agob