KeyVault Seeder for Azure DevOps PipelinesKeyVault Seeder is a pipeline task (utility) extension for Azure DevOps which takes key-value-pairs out of a json file and creates secrets in a given keyvault in which the keys are the secret name and the values the secret value. Further you get the option to define environments in the json so the key value pairs that are generated are environment aware. UsageDefine a JSON file that contains the name and the secret for each environemnt for example "dev", "test" and "prod". Example JSON file with variables for each environment
ParametersConfigure KeyVault Seeder with :
|