-
Bug
-
Resolution: Done
-
Undefined
-
None
-
1.9.0
-
None
-
1
-
False
-
-
False
-
-
-
RHDH F&UI plugins 3286, RHDH F&UI plugins 3287
Description of problem:
The RBAC backend plugin fails to start with Backstage 1.47.x due to a breaking change in @backstage/backend-defaults@0.15.0 where the FetchUrlReader constructor was made private.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
# <steps>
Actual results:
TypeError: Cannot read properties of undefined (reading 'predicate')
at new FetchUrlReader (.../node_modules/@backstage-community/plugin-rbac-backend/node_modules/@backstage/backend-defaults/src/entrypoints/urlReader/lib/FetchUrlReader.ts:135:31)
at permissionFactory (.../node_modules/@backstage-community/plugin-rbac-backend/src/service/plugin-endpoints.ts:125:23)
Expected results:
The RBAC backend plugin should start successfully with Backstage 1.47.x.