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

Cannot create 'AcmeAccount' resource when provider uses an API token for root@pam #480

Open
0xA1F1E opened this issue Dec 3, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@0xA1F1E
Copy link

0xA1F1E commented Dec 3, 2024

I'm unable to create a AcmeAccount resource when my provider is using an API token for root@pam instead of a password. I receive the following error.

  proxmoxve:index:AcmeAccount (Cluster_AcmeAccount_LE_V2):
    error: Unable to create ACME account '"LE_V2"': error creating ACME account: received an HTTP 403 response - Reason: Permission check failed (user != root@pam)

Is there a reason why this doesn't work?
Thanks

@muhlba91
Copy link
Owner

muhlba91 commented Dec 3, 2024

this provider is based on https://github.com/bpg/terraform-provider-proxmox.

as mentioned in the upstream provider's docs (https://registry.terraform.io/providers/bpg/proxmox/latest/docs), not all API operations support token authentication on the Proxmox side. this one seems to be one of those.

@muhlba91 muhlba91 added documentation Improvements or additions to documentation question Further information is requested labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants