From c8bcc2c97006f898c906eed0f08f776ca5e3dca2 Mon Sep 17 00:00:00 2001 From: Anshul Ahuja Date: Thu, 4 Jan 2024 08:20:44 +0000 Subject: [PATCH] add read permissions Signed-off-by: Anshul Ahuja --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ed74388..ec2b153 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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",