Skip to content

Commit

Permalink
Add Microsoft.Compute/virtualMachines/runCommand/action as a required…
Browse files Browse the repository at this point in the history
… permission for VM scanning. (#208)

Signed-off-by: Preslav <[email protected]>
  • Loading branch information
preslavgerchev authored Jun 3, 2024
1 parent 8d2cd34 commit efc5736
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/platform/infra/cloud/azure/_include-webapp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Grant web app permissions by creating a custom RBAC role for Mondoo and assignin
"Microsoft.KeyVault/vaults/*/read",
"Microsoft.KeyVault/operations/read",
"Microsoft.Compute/virtualMachines/runCommands/read",
"Microsoft.Compute/virtualMachines/runCommands/write"
"Microsoft.Compute/virtualMachines/runCommands/write",
"Microsoft.Compute/virtualMachines/runCommand/action"
],
"notActions": [],
"dataActions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ To assign this role across all subscriptions under a management group, follow th
"Microsoft.KeyVault/vaults/*/read",
"Microsoft.KeyVault/operations/read",
"Microsoft.Compute/virtualMachines/runCommands/read",
"Microsoft.Compute/virtualMachines/runCommands/write"
"Microsoft.Compute/virtualMachines/runCommands/write",
"Microsoft.Compute/virtualMachines/runCommand/action"
],
"notActions": [],
"dataActions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ Follow these steps, substituting the subscription ID(s) you copied in Step A for
"Microsoft.KeyVault/vaults/*/read",
"Microsoft.KeyVault/operations/read",
"Microsoft.Compute/virtualMachines/runCommands/read",
"Microsoft.Compute/virtualMachines/runCommands/write"
"Microsoft.Compute/virtualMachines/runCommands/write",
"Microsoft.Compute/virtualMachines/runCommand/action"
],
"notActions": [],
"dataActions": [
Expand Down

0 comments on commit efc5736

Please sign in to comment.