scaffolder: add docs on the changeset

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-03-20 11:41:03 +01:00
parent 75e111f879
commit acc6672cf6
+1
View File
@@ -5,3 +5,4 @@
Added the possibility to authorize parameters and steps of a template
The scaffolder plugin is now integrated with the permission framework.
It is possible to toggle parameters or actions within templates by marking each section with specific `tags`, inside a `backstage:permissions` property under each parameter or action. Each parameter or action can then be permissioned by using a conditional decision containing the `scaffolderTemplateRules.hasTag` rule.