Skip to content

Commit

Permalink
fix(iac): explicity RBAC authorisation to false for Azure KV (#2910)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-markan authored Aug 7, 2024
1 parent 8a7bba0 commit d8370f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ jobs:
--name kv-${{ env.PRODUCT }}-${{ env.TARGET }}-${{ vars.VERSION }} \
--default-action Deny \
--public-network-access Disabled \
--enable-rbac-authorization false \
--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 d8370f7

Please sign in to comment.