PagerDuty / backstage-plugin

PagerDuty plugin for Backstage
https://pagerduty.github.io/backstage-plugin-docs/index.html
Apache License 2.0
21 stars 5 forks source link

release: 0.8.1 #60

Closed t1agob closed 5 months ago

t1agob commented 5 months ago

Description

This minor release moves the direct REST API calls from the frontend component to the backend. Instead of leveraging the Backstage proxy to make direct API calls to PagerDuty the calls are made now to the backend plugin.

This removes the dependency on the proxy and prevents other plugins from using the PagerDuty proxy configuration to call PagerDuty APIs directly for other purposes which raises few security concerns. Therefore the proxy configuration for PagerDuty on app-config.yaml is no longer required and is in-fact deprecated.

This PR also fixes an issue with the on-call users not showing up (https://github.com/PagerDuty/backstage-plugin/issues/58).

Issue number: https://github.com/PagerDuty/backstage-plugin/issues/37.

Type of change

Checklist

If this is a breaking change 👇

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.