add changesets
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-common': patch
|
||||
---
|
||||
|
||||
Added permissions for authorizing parameters and steps
|
||||
@@ -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.
|
||||
@@ -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"]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user