You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This option is available as a way to maintain backwards compatibility, and should not be used in situations where your
162
+
Backstage instance is accessible from outside of a trusted network - Or ideally, at all.
163
+
164
+
Access to a Backstage plugin's routes is restricted by use of a Bearer authorization token, which is typically issued
165
+
after successfully signing in to Backstage.
166
+
167
+
Previous versions of this plugin had this behaviour disabled. Restoring this previous behaviour is now opt-in, and can
168
+
be achieved by setting `pagerduty.enableUnauthenticatedAccess` to `true`.
169
+
170
+
Example `app-config.yaml` excerpt:
171
+
172
+
```yaml
173
+
pagerduty:
174
+
enableUnauthenticatedAccess: true
175
+
```
176
+
159
177
## Configure API Authorization
160
178
161
179
The PagerDuty plugin requires access to PagerDuty APIs and so we need to configure our Backstage app with the necessary credentials to reach the APIs. This step requires you to use an access token - for OAuth - or an API token.
0 commit comments