I have exported my token in this form:
And I get this:
I also tried this:
And I get this:
dev has all permissions set to yes.
I'm using the pulumi provider from
"@muhlba91/pulumi-proxmoxve"
Is this an error in pulumi or Proxmox or both?
I'm not sure where to go from here. Any ideas or help is greatly appreciated.
Thank you.
Bash:
export PROXMOX_VE_APITOKEN='dev@pve!TOKENID=mytokenicreatedusingthegui'
And I get this:
Bash:
error retrieving next VM ID: received an HTTP 401 response - Reason: no such token 'TOKENID' for user 'dev@pve'
I also tried this:
Bash:
export PROXMOX_VE_APITOKEN='dev@pve!mytokenicreatedusingthegui'
And I get this:
Bash:
pulumi:providers:proxmoxve resource 'proxmoxve' has a problem: could not validate provider configuration: invalid value for api_token (Must be a valid API token, e.g. 'USER@REALM!TOKENID=UUID'). Examine values at 'proxmoxve.apiToken'.
dev has all permissions set to yes.
I'm using the pulumi provider from
"@muhlba91/pulumi-proxmoxve"
Is this an error in pulumi or Proxmox or both?
I'm not sure where to go from here. Any ideas or help is greatly appreciated.
Thank you.