Skip to content

Commit

Permalink
Merge pull request #77 from Nexus2k/master
Browse files Browse the repository at this point in the history
Add missing permissions to custom velero role to fix restore issues
  • Loading branch information
nlamirault authored Dec 13, 2022
2 parents d2845e1 + b3d8e2e commit 4a774be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions velero.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ module "custom_role" {
base_roles = []

permissions = [
"iam.serviceAccounts.signBlob",
"storage.objects.create",
"storage.objects.delete",
"storage.objects.get",
"storage.objects.list",
"compute.disks.get",
"compute.disks.create",
"compute.disks.createSnapshot",
Expand Down

0 comments on commit 4a774be

Please sign in to comment.