mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-09 16:51:35 +00:00
adding updated key vault policy for Microsoft.Azure.WebSites (#3006)
* Fixes permissions on access policy needed for SSL cert syncing
This commit is contained in:
parent
a39666021a
commit
77c42930a6
@ -124,6 +124,18 @@ resource keyVault 'Microsoft.KeyVault/vaults@2021-10-01' = {
|
||||
]
|
||||
}
|
||||
}
|
||||
{
|
||||
objectId: 'abfa0a7c-a6b6-4736-8310-5855508787cd'
|
||||
tenantId: tenantId
|
||||
permissions: {
|
||||
secrets: [
|
||||
'get'
|
||||
]
|
||||
certificates: [
|
||||
'get'
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
tenantId: tenantId
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user