mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-21 13:51:19 +00:00
add keyvault management to administrative role (#389)
This is a prerequisite for #326
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
"Description": "Permissions required for OneFuzz deployment",
|
"Description": "Permissions required for OneFuzz deployment",
|
||||||
"Actions": [
|
"Actions": [
|
||||||
"Microsoft.Authorization/locks/*",
|
"Microsoft.Authorization/locks/*",
|
||||||
|
"Microsoft.Keyvault/vaults/*",
|
||||||
"Microsoft.Authorization/roleAssignments/write",
|
"Microsoft.Authorization/roleAssignments/write",
|
||||||
"Microsoft.EventGrid/eventSubscriptions/read",
|
"Microsoft.EventGrid/eventSubscriptions/read",
|
||||||
"Microsoft.EventGrid/eventSubscriptions/write",
|
"Microsoft.EventGrid/eventSubscriptions/write",
|
||||||
@ -35,4 +36,4 @@
|
|||||||
"AssignableScopes": [
|
"AssignableScopes": [
|
||||||
"/subscriptions/038d675a-9bbe-4964-9cd1-6d50071a61b5"
|
"/subscriptions/038d675a-9bbe-4964-9cd1-6d50071a61b5"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user