We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
AcmeAccount
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.Is there a reason why this doesn't work?
Thanks
The text was updated successfully, but these errors were encountered: