From acc6672cf699510c8a332d30c9b0d8c50d203719 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Mon, 20 Mar 2023 11:41:03 +0100 Subject: [PATCH] scaffolder: add docs on the changeset Signed-off-by: Vincenzo Scamporlino --- .changeset/olive-months-talk.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.changeset/olive-months-talk.md b/.changeset/olive-months-talk.md index e37832736e..b3a89d1f9e 100644 --- a/.changeset/olive-months-talk.md +++ b/.changeset/olive-months-talk.md @@ -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.