Hi,
I've set up a python script that is going to be using the PBS API, however, when trying to connect I'm seeing the following:
"2023-01-17T13:48:53+00:00: authentication failure; rhost=[REMOVED] msg=user account or token disabled or expired."
For testing purposes, it's using the "root@pam" user like such in the auth header "PBSAPIToken=root@pam!scripts" and then the secret value.
I've set up "API Token Permissions" to the / path, hooked to the API token and with the 'admin' role.
Nothing should be disabled or expired since I'm using this account daily and the token is set to never expire.
I've set up a python script that is going to be using the PBS API, however, when trying to connect I'm seeing the following:
"2023-01-17T13:48:53+00:00: authentication failure; rhost=[REMOVED] msg=user account or token disabled or expired."
For testing purposes, it's using the "root@pam" user like such in the auth header "PBSAPIToken=root@pam!scripts" and then the secret value.
I've set up "API Token Permissions" to the / path, hooked to the API token and with the 'admin' role.
Nothing should be disabled or expired since I'm using this account daily and the token is set to never expire.