mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[GH-ISSUE #243] GetUserPermissions only checks the root path "/" #54
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#54
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 @shortmann on GitHub (Mar 9, 2023).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/243
Hi,
the function GetUserPermissions only checks the root path "/". Why?
We have a bigger Proxmox-Cluster and try to deploy vm's via the terraform provider.
The terraform provider first checks the users permissions and if the user has permissions limited to a pool then you are not able to use the provider, because the GetUserPermissions function returns an empty slice if the path is not "/".
Are you planning to change this?
Thanks