Files
backstage/.changeset/unlucky-jobs-report.md
T
Fredrik Adelöw 9802004e10 auth: convert permission-backend to the new auth services
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-25 23:23:49 +01:00

516 B

@backstage/plugin-permission-backend
@backstage/plugin-permission-backend
patch

Migrated to use the new auth services introduced in BEP-0003.

The createRouter function now has an optional identity argument, and instead gained the new auth, httpAuth, and userInfo arguments that should be set to the values of those respective coreServices. For users of the new backend system, this happens automatically without code changes.