Skip to content

Enable read-only mode

The PagerDuty plugin allows users to create incidents directly from Backstage. This feature is enabled by default, but you can choose to disable it.

create-incident-button

Component read-only mode

To suppress the rendering of the actionable incident creation button, the PagerDutyCard can be instantiated in readOnly mode, as shown below.

<EntityPagerDutyCard readOnly>

This will hide the button for all users and prevent incidents from being created from Backstage.

read-only-card