mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
Updated keyvault access policy (#3109)
* updated keyvault access policy for function app compatibility
This commit is contained in:
@ -98,6 +98,7 @@ resource keyVault 'Microsoft.KeyVault/vaults@2021-10-01' = {
|
|||||||
location: location
|
location: location
|
||||||
properties: {
|
properties: {
|
||||||
enabledForDiskEncryption: false
|
enabledForDiskEncryption: false
|
||||||
|
enabledForDeployment: true
|
||||||
enabledForTemplateDeployment: true
|
enabledForTemplateDeployment: true
|
||||||
sku: {
|
sku: {
|
||||||
family: 'A'
|
family: 'A'
|
||||||
@ -125,14 +126,16 @@ resource keyVault 'Microsoft.KeyVault/vaults@2021-10-01' = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
objectId: 'abfa0a7c-a6b6-4736-8310-5855508787cd'
|
objectId: 'b453993d-81d4-41a7-be3a-549bc2435ffa'
|
||||||
tenantId: tenantId
|
tenantId: tenantId
|
||||||
permissions: {
|
permissions: {
|
||||||
secrets: [
|
secrets: [
|
||||||
'get'
|
'get'
|
||||||
|
'list'
|
||||||
]
|
]
|
||||||
certificates: [
|
certificates: [
|
||||||
'get'
|
'get'
|
||||||
|
'list'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user