Merge pull request #9168 from backstage/blam/scaffodler-secrets-frontend

This commit is contained in:
Ben Lambert
2022-02-03 10:23:05 +01:00
committed by GitHub
34 changed files with 922 additions and 62 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/integration-react': patch
'@backstage/plugin-scaffolder': patch
---
Added the ability to collect users `oauth` token from the `RepoUrlPicker` for use in the template manifest
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Added support for templating secrets into actions input, and also added an extra `token` input argument to all publishers to provide a token that would override the `integrations.config`.
You can find more information over at [Writing Templates](https://backstage.io/docs/features/software-templates/writing-templates#using-the-users-oauth-token)