mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[GH-ISSUE #366] Issue creating QEMU VMs with Pool scoped users or API tokens #89
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mpywell on GitHub (Oct 16, 2024).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/366
After the Pool config refactor QEMU VMs are created against
/vmsthen moved into/pool/%sif a Pool is configured.Pools are often used in hosted or enterprise Proxmox environments to scope user or API Token access , to avoid seeing/modifying the VMs of other users or teams.
VMs cannot be created without giving access to
/vmsafter #335 .Configured Pools need to be passed into API requests to
/nodes/%s/qemuto resolve the issue.@Tinyblargon commented on GitHub (Oct 16, 2024):
@mpywell thanks you for reporting this.