From f0798759c2c044f428980bc2e0fb6aa4526a9140 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 28 Feb 2023 00:07:24 +0000 Subject: [PATCH] fix README instructions Signed-off-by: Arthur Lu --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b891aa..e55f9ae 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,7 @@ 1. Add a new user `proxmoxaas-api` to proxmox 2. Create a new API token for the user `proxmoxaas-api` and copy the secret key to a safe location 3. Create a new role `proxmoxaas-api` with at least the following permissions: -- VM.* except VM.Audit, VM.Backup, VM.Console, VM.Monitor, VM.PowerMgmt, VM.Snapshot, VM.Snapshot.Rollback -4. Add a new API Token Permission with path: `/`, select the API token created previously, and role: `proxmoxaas-api +- 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 +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