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 have added a second Proxmox node to my setup. The first one is working fine using token authentication:
default: user: monitoring@pam token_name: "somename" token_value: "somevalue" verify_ssl: false
But the second one (they are not part of a cluster) has a different token secret (albeit the token_name and token_value are the same).
As expected it gives an error when trying this.
proxmoxer.core.ResourceException: 401 Unauthorized: invalid token value! - {'errors': b''}
How can I pass those separate credentials to that particular node ? Is there a way to create an entry for that in pve.yml ?
The text was updated successfully, but these errors were encountered:
I was looking for the same thing, looks like you can do this with the module request param:
Specify the module request parameter, to choose which module to use from the config file.
Sorry, something went wrong.
No branches or pull requests
I have added a second Proxmox node to my setup. The first one is working fine using token authentication:
But the second one (they are not part of a cluster) has a different token secret (albeit the token_name and token_value are the same).
As expected it gives an error when trying this.
How can I pass those separate credentials to that particular node ? Is there a way to create an entry for that in pve.yml ?
The text was updated successfully, but these errors were encountered: