add changesets

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-03-07 22:44:22 +01:00
parent e676507491
commit 65e989f401
4 changed files with 23 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-common': patch
---
Added permissions for authorizing parameters and steps
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Added the possibility to authorize parameters and steps of a template
The scaffolder plugin is now integrated with the permission framework.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-common': patch
---
Define optional `backstage:permissions` property to parameters and steps used to authorize part of the template using the permission framework
@@ -16,6 +16,9 @@
"owner": "artist-relations-team",
"parameters": {
"required": ["name", "description", "repoUrl"],
"backstage:permissions": {
"tags": ["one", "two"]
},
"properties": {
"name": {
"title": "Name",
@@ -41,6 +44,9 @@
"action": "fetch:plain",
"parameters": {
"url": "./template"
},
"backstage:permissions": {
"tags": ["one", "two"]
}
},
{