Skip to content

Commit

Permalink
Merge pull request #15 from bennyaustin/mcaps-config
Browse files Browse the repository at this point in the history
Update KV to allow deploymnet manager to access secrets
  • Loading branch information
bennyaustin authored Aug 24, 2024
2 parents 5ca02f8 + b1b4913 commit af298e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bicep/modules/keyvault.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ resource keyvault 'Microsoft.KeyVault/vaults@2022-07-01' ={
family: 'A'
name: 'standard'
}
enabledForDeployment: true
enabledForTemplateDeployment: true

// Default Access Policies. Replace the ObjectID's with your user/group id
accessPolicies:[
{ tenantId: subscription().tenantId
Expand Down

0 comments on commit af298e7

Please sign in to comment.