From abefd36391143597190ec0839e31762a8e2f897e Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 19 Jan 2023 19:50:01 +0000 Subject: [PATCH] update README.md Signed-off-by: Arthur Lu --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3b891aa --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +## Configuring API Token and Permissions + +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