Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insufficient permissions issue using api-token with v2.9.13 #703

Closed
Queen0f9x opened this issue Feb 24, 2023 · 8 comments
Closed

Insufficient permissions issue using api-token with v2.9.13 #703

Queen0f9x opened this issue Feb 24, 2023 · 8 comments

Comments

@Queen0f9x
Copy link

Running terraform plan with v2.9.13 with Proxmox v7.3-3 using an api token gives the following error:
❯ terraform plan

│ Error: user does not exist or has insufficient permissions on proxmox: terraform-user@pam!terraform-token

│ with provider["registry.terraform.io/telmate/proxmox"],
│ on main.tf line 13, in provider "proxmox":
│ 13: provider "proxmox" {

Rolling back to v2.7.4 allows terraform plan to succeed as intended.

@digilink
Copy link

Can confirm this bug.... just happened to me this afternoon, I rolled back to v2.9.11 and was able to proceed with no issue.

@Queen0f9x
Copy link
Author

Also confirming v2.9.11 of provider works fine.

@jmorrowomni
Copy link

jmorrowomni commented Feb 27, 2023

I'm experiencing the same issue. I noticed there are new privileges associated with the role, but the issue remained even after adding the new privileges

@howsTricks
Copy link

howsTricks commented Mar 3, 2023

Confirmed issue running 2.9.13, downgrading to provider version 2.9.11 works for me running Proxmox VE 7.3-6

This issue seems to be a dupe of #687

@breisig
Copy link

breisig commented Mar 6, 2023

I can confirm the same issue. Rolling back to 2.9.11 [since 2.9.12 wasn't an option] works.

@sergey-gr
Copy link

Same issue, switched back to 2.9.11.

@mleone87
Copy link
Collaborator

try latest version please

@rterbush
Copy link

Confirming that latest v2.9.14 release does fix this issue. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants