(feature): enable permissions in jenkins plugin. Actions (re-build) can be executed only by a user who owns the entity (or related group own the entity)

Signed-off-by: Hasan Oezdemir <21654050+nodify-at@users.noreply.github.com>
This commit is contained in:
Hasan Oezdemir
2022-02-27 01:58:56 +01:00
parent 3b7a11e9c8
commit 23e1c17bba
20 changed files with 317 additions and 3 deletions
+3
View File
@@ -29,6 +29,9 @@
"@backstage/catalog-client": "^0.7.2",
"@backstage/catalog-model": "^0.11.0",
"@backstage/config": "^0.1.15",
"@backstage/plugin-catalog-backend": "^0.22.0",
"@backstage/plugin-jenkins-common": "^0.1.0",
"@backstage/plugin-permission-node": "^0.5.2",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",