From 474f26ef4622b10017e724476f347085e2fa01fc Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 26 Feb 2020 15:05:37 -0800 Subject: [PATCH] Added Azure Key Vault task --- deploy/aro/catalog-api/azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploy/aro/catalog-api/azure-pipelines.yml b/deploy/aro/catalog-api/azure-pipelines.yml index d38fc7513..3398b57ae 100644 --- a/deploy/aro/catalog-api/azure-pipelines.yml +++ b/deploy/aro/catalog-api/azure-pipelines.yml @@ -24,6 +24,11 @@ stages: pool: vmImage: 'windows-latest' steps: + - task: AzureKeyVault@1 + displayName: 'Azure Key Vault: openshift-demo-vault' + inputs: + azureSubscription: 'Azure OpenShift Demo' + KeyVaultName: 'openshift-demo-vault' - task: redhat.openshift-vsts.oc-setup-task.oc-setup@2 displayName: 'Setup Openshift CLI' inputs: