Skip to content

Commit

Permalink
Merge pull request #51 from adam-power/k8s-worker-azure-perm
Browse files Browse the repository at this point in the history
Adding Azure VM read permission to PKS workers
  • Loading branch information
JT Archie authored Aug 6, 2020
2 parents 81085c5 + 4b4c873 commit c7052bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ resource "azurerm_role_definition" "pks-worker" {
permissions {
actions = [
"Microsoft.Storage/storageAccounts/*",
"Microsoft.Compute/virtualMachines/read",
]
not_actions = []
}
Expand Down

0 comments on commit c7052bf

Please sign in to comment.