File tree Expand file tree Collapse file tree
workspaces/cost-management Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 "build-image" : " docker build ../.. -f Dockerfile --tag backstage"
2222 },
2323 "dependencies" : {
24- "@backstage-community/plugin-rbac-backend" : " 5.2.6 " ,
25- "@backstage-community/plugin-rbac-common" : " ^1.12.2 " ,
24+ "@backstage-community/plugin-rbac-backend" : " ^7.12.4 " ,
25+ "@backstage-community/plugin-rbac-common" : " ^1.26.1 " ,
2626 "@backstage/backend-defaults" : " ^0.16.0" ,
2727 "@backstage/backend-plugin-api" : " ^1.8.0" ,
2828 "@backstage/catalog-model" : " ^1.7.7" ,
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ backend.add(
4242backend . add ( import ( '@backstage/plugin-catalog-backend-module-logs' ) ) ;
4343
4444// permission plugin
45+ backend . add ( import ( '@backstage/plugin-permission-backend' ) ) ;
46+ // rbac provides the policy implementation for the permission plugin
4547backend . add ( import ( '@backstage-community/plugin-rbac-backend' ) ) ;
4648
4749// search plugin
You can’t perform that action at this time.
0 commit comments