Hi All,
I am using the PVE api without any issue so i am familiar with the basics of creating an API token and using it via tools such as cURL or other command line and scripting methods.
However, when I attempt to replicate how I do this with PVE in order to do it with PBS (Backup Server 3.3.0), I cannot get the proxmox api to allow me to authenticate. No matter what I do, the PBS api always returns HTTP 401
> authentication failed - invalid token name
I am attempting to authenticate using the `Authorization` header, for example:
```
Authorization: PBSAPIToken=apiuser@pbs!apitoken=00000000-0000-0000-0000-000000000000
```
I have tried to use my normal `root@pam` user and have also tried to create a separate local PBS user (e.g. `api@pbs`). I've tried searching around the web (as best i could with google being so degraded) and didn't really find anything that was helpful.
Is this a known bug/issue or am I missing something?
I am using the PVE api without any issue so i am familiar with the basics of creating an API token and using it via tools such as cURL or other command line and scripting methods.
However, when I attempt to replicate how I do this with PVE in order to do it with PBS (Backup Server 3.3.0), I cannot get the proxmox api to allow me to authenticate. No matter what I do, the PBS api always returns HTTP 401
> authentication failed - invalid token name
I am attempting to authenticate using the `Authorization` header, for example:
```
Authorization: PBSAPIToken=apiuser@pbs!apitoken=00000000-0000-0000-0000-000000000000
```
I have tried to use my normal `root@pam` user and have also tried to create a separate local PBS user (e.g. `api@pbs`). I've tried searching around the web (as best i could with google being so degraded) and didn't really find anything that was helpful.
Is this a known bug/issue or am I missing something?