Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie-Microsoft committed Aug 27, 2024
1 parent 7e20a23 commit 97ae317
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pipelines/3p-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ extends:
steps:
# Task to download Azure Key Vault secrets using the Azure Key Vault task version 2.
- task: AzureKeyVault@2
displayName: "Connect to Key Vault"
inputs:
azureSubscription: "AuthSdkResourceManager" # string. Workload identity service connection to use managed identity authentication
KeyVaultName: "msidlabs" # string. Required. The name of the Key Vault containing the secrets.
#setting secrets filter to fetch only MSIDLABCertificate cert from the vault
SecretsFilter: "LabAuth" # string. Required. Specifies the secret to download. Use '*' for all secrets.
#RunAsPreJob: false # boolean. Make secrets available to whole job. Default: false.
displayName: "Connect to Key Vault"
inputs:
azureSubscription: "AuthSdkResourceManager" # string. Workload identity service connection to use managed identity authentication
KeyVaultName: "msidlabs" # string. Required. The name of the Key Vault containing the secrets.
#setting secrets filter to fetch only MSIDLABCertificate cert from the vault
SecretsFilter: "LabAuth" # string. Required. Specifies the secret to download. Use '*' for all secrets.
#RunAsPreJob: false # boolean. Make secrets available to whole job. Default: false.

- powershell: |
$kvSecretBytes = [System.Convert]::FromBase64String('$(LabAuth)')
Expand Down

0 comments on commit 97ae317

Please sign in to comment.