diff --git a/.changeset/catalog-backend-permissions-cleanup-step-1.md b/.changeset/catalog-backend-permissions-cleanup-step-1.md new file mode 100644 index 0000000000..cf3d04679c --- /dev/null +++ b/.changeset/catalog-backend-permissions-cleanup-step-1.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-backend': patch +--- + +Removed deprecated `PermissionAuthorizer` support and the `createPermissionIntegrationRouter` fallback path from `CatalogBuilder`. The `permissionsRegistry` service is now required, and `permissions` is always a `PermissionsService`.