From 7b95a3ddab768133404909266ae8c2cd77b0109b Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 28 Feb 2023 02:42:36 +0000 Subject: [PATCH] update required api permissions Signed-off-by: Arthur Lu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e55f9ae..bdcac89 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,6 @@ 3. Create a new role `proxmoxaas-api` with at least the following permissions: - VM.* except VM.Audit, VM.Backup, VM.Clone, VM.Console, VM.Monitor, VM.PowerMgmt, VM.Snapshot, VM.Snapshot.Rollback - Datastore.Allocate, Datastore.AllocateSpace, Datastore.Audit +- User.Modify 4. Add a new API Token Permission with path: `/`, select the API token created previously, and role: `proxmoxaas-api` 5. Add a new User Permission with path: `/`, select the `proxmoxaas-api` user, and role: `proxmoxaas-api` \ No newline at end of file