Skip to content

Commit 5b0a53c

Browse files
feat(orchestator): use the latest rbac
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
1 parent b75aa94 commit 5b0a53c

4 files changed

Lines changed: 131 additions & 1470 deletions

File tree

workspaces/orchestrator/packages/app-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint": "backstage-cli package lint"
2020
},
2121
"dependencies": {
22-
"@backstage-community/plugin-rbac": "^1.33.2",
22+
"@backstage-community/plugin-rbac": "^1.54.0",
2323
"@backstage/app-defaults": "^1.7.8",
2424
"@backstage/catalog-model": "^1.9.0",
2525
"@backstage/cli": "^0.36.2",

workspaces/orchestrator/packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
2222
},
2323
"dependencies": {
24-
"@backstage-community/plugin-rbac-backend": "^7.4.0",
24+
"@backstage-community/plugin-rbac-backend": "^7.14.0",
2525
"@backstage/backend-defaults": "^0.17.2",
2626
"@backstage/config": "^1.3.8",
2727
"@backstage/plugin-app-backend": "^0.5.14",

workspaces/orchestrator/plugins/orchestrator-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"zod": "^4.3.6"
9595
},
9696
"devDependencies": {
97-
"@backstage-community/plugin-rbac-common": "^1.12.1",
97+
"@backstage-community/plugin-rbac-common": "^1.28.0",
9898
"@backstage/backend-test-utils": "^1.11.3",
9999
"@backstage/cli": "^0.36.2",
100100
"@janus-idp/backstage-plugin-audit-log-node": "^1.7.1",
@@ -108,7 +108,7 @@
108108
"supertest": "^7.2.2"
109109
},
110110
"peerDependencies": {
111-
"@backstage-community/plugin-rbac-common": "^1.12.1",
111+
"@backstage-community/plugin-rbac-common": "^1.28.0",
112112
"@janus-idp/backstage-plugin-audit-log-node": "^1.7.1"
113113
},
114114
"maintainers": [

0 commit comments

Comments
 (0)