Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 0.4.0 #25

Merged
merged 9 commits into from
Feb 12, 2024
Merged

release: 0.4.0 #25

merged 9 commits into from
Feb 12, 2024

Conversation

t1agob
Copy link
Contributor

@t1agob t1agob commented Feb 12, 2024

Description

This release introduces a minor change that adds a new option configuration field oauth. This new configuration improves security when calling PagerDuty REST APIs by replacing the current apiToken configuration that assigns full-access privileges to Backstage.

With Scoped OAuth support the PagerDuty admin can grant only the necessary permissions to Backstage instead of access to all APIs and operations.

The new configuration can be defined in app-config.yaml with the following parameters:

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

Acknowledgement

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

t1agob and others added 9 commits January 31, 2024 19:58
Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
…atures

docs: updated readme with new features - REST APIs
Bumps [@backstage/backend-app-api](https://github.com/backstage/backstage/tree/HEAD/packages/backend-app-api) from 0.5.8 to 0.5.10.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-app-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-app-api)

---
updated-dependencies:
- dependency-name: "@backstage/backend-app-api"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…ge/backend-app-api-0.5.10

build(deps): Bump @backstage/backend-app-api from 0.5.8 to 0.5.10
Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
@t1agob t1agob added the enhancement New feature or request label Feb 12, 2024
@t1agob t1agob merged commit f79560e into main Feb 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant