Merge pull request #9038 from backstage/blam/scaffolder-secrets

scaffolder: Support supplying secrets at Task Creation
This commit is contained in:
Ben Lambert
2022-01-20 09:28:37 +01:00
committed by GitHub
14 changed files with 91 additions and 27 deletions
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-scaffolder-backend': patch
---
Added the ability to support supplying secrets when creating tasks in the `scaffolder-backend`.
**deprecation**: Deprecated `ctx.token` from actions in the `scaffolder-backend`. Please move to using `ctx.secrets.backstageToken` instead.
**deprecation**: Deprecated `task.token` in `TaskSpec` in the `scaffolder-backend`. Please move to using `task.secrets.backstageToken` instead.