Skip to content

Commit

Permalink
Merge pull request #223 from vmware-tanzu/anshulahuja98-patch-1
Browse files Browse the repository at this point in the history
Update permissions
  • Loading branch information
shubham-pampattiwar authored Jan 4, 2024
2 parents 1bfea4c + c8bcc2c commit 70555c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,11 @@ There are two ways to specify the role: use the built-in role or create a custom
Here are the minimum required permissions needed by Velero to perform backups, restores, and deletions:
- Storage Account
> Back Compatability and Restic
- Microsoft.Storage/storageAccounts/read
- Microsoft.Storage/storageAccounts/listkeys/action
- Microsoft.Storage/storageAccounts/regeneratekey/action
> AAD Based Auth
- Microsoft.Storage/storageAccounts/read
- Microsoft.Storage/storageAccounts/blobServices/containers/delete
- Microsoft.Storage/storageAccounts/blobServices/containers/read
- Microsoft.Storage/storageAccounts/blobServices/containers/write
Expand Down Expand Up @@ -220,6 +222,7 @@ There are two ways to specify the role: use the built-in role or create a custom
"Microsoft.Compute/snapshots/delete",
"Microsoft.Storage/storageAccounts/listkeys/action",
"Microsoft.Storage/storageAccounts/regeneratekey/action",
"Microsoft.Storage/storageAccounts/read",
"Microsoft.Storage/storageAccounts/blobServices/containers/delete",
"Microsoft.Storage/storageAccounts/blobServices/containers/read",
"Microsoft.Storage/storageAccounts/blobServices/containers/write",
Expand Down

0 comments on commit 70555c7

Please sign in to comment.