Delinea DSV Task for Azure DevOpsThe task in this extension allows the retrieval of secrets for use in both Build and Release pipelines in Azure DevOps. The task sets environment variables for the requested data keys with variable names based on the key names with an optional configured prefix. For data values that are objects, their value will be serialized in JSON format. ConfigurationTo retrieve secrets, the task requires:
It is recomended that the client secret be stored in Azure Key Vault. Using this approach requires an additional task in the pipeline to retrieve that value first which can then be referenced as an environment variable in the DSV task configuration. Data FilterUsing Variable PrefixEnvironment variable names are constructed using the configured variable prefix and the data key.
For example, with a variable prefix of YAML-based pipeline
Classic pipeline example |