You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
436 B
15 lines
436 B
name: "Azure Key Vault - Get Secrets" |
|
description: "Get Secrets from Azure Key Vault instance and set as output variables." |
|
inputs: |
|
keyvault: |
|
description: "Name of the Azure Key Vault" |
|
required: true |
|
secrets: |
|
description: "Name of the secret to be fetched" #Comma separated list of secret keys can be specified |
|
required: true |
|
branding: |
|
icon: "akv.svg" |
|
color: "blue" |
|
runs: |
|
using: "node16" |
|
main: "lib/main.js"
|
|
|