Skip to content

Commit

Permalink
fix(EMS-2186): removed purge protection
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-markan committed Jul 17, 2024
1 parent f23e285 commit ac65a2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ jobs:
az keyvault create \
--name kv-${{ env.PRODUCT }}-${{ env.TARGET }}-${{ vars.VERSION }} \
--default-action Deny \
--enable-purge-protection true \
--public-network-access Disabled \
--network-acls-ips ${{ secrets.WAF_ALLOWED_IP }} \
--network-acls-vnets $(az network vnet subnet list --vnet-name vnet-${{ env.PRODUCT }}-${{ env.TARGET }}-${{ vars.VERSION }} --query '[?contains(name, `keyvault`)].id' -o tsv)
Expand Down

0 comments on commit ac65a2e

Please sign in to comment.