k8s-proxmox / cluster-api-provider-proxmox

Cluster API provider implementation for Proxmox VE
Apache License 2.0
95 stars 11 forks source link

cannot use api-token&secret for proxmox authentication #65

Open sp-yduck opened 11 months ago

sp-yduck commented 11 months ago

/kind bug

when using api-token&secret for proxmox authentication, specific endpoint (/node/{node}/vncshell) returns an error even other endpoint does not return any error. not sure if it's actually expected behavior at proxmox side or something bug of proxmox side or bug of sdk side.

simplysoft commented 9 months ago

Based on what we have learned, this is expected behaviour. This endpoint only works for users on the pam realm, which seems to prevent the usage of tokens (see api-viewer, proxmox forum)