Authentication Method Affecting ISO Upload

jhollowe

Member
Apr 22, 2020
15
6
8
27
When using the HTTPS API, it appears that the authentication method affects ISO uploads.

When using standard username/password authentication, the upload works as expected. When using an API Token (for the same user with all the user's permissions), the upload fails and the Response is a 501 Not Implemented.

Tested with both a "normal" iso and a minimal ISO made using genisoimage
Tested on PVE 6.3-4

Does anyone have any ideas what might be happening? Or any debugging steps to try to find the issue?

More information is available at https://github.com/proxmoxer/proxmoxer/issues/48
 
file uploads are not implemented for API tokens (yet). feel free to file an enhancement request at https://bugzilla.proxmox.com - I don't really see a reason not to implement this.