Hey,
I'm trying to create a tool to manage user permissions on a PVE Environment. For that my initial idea was to use a service user with an API token to do that.
When trying to use the
Is it possible to allow this use case with a configuration, or is it disabled for security reasons?
I'm trying to create a tool to manage user permissions on a PVE Environment. For that my initial idea was to use a service user with an API token to do that.
When trying to use the
/access/password
endpoint with that token I get the following error: 403 Permission check failed (URI '/access/password' not available with API token, need proper ticket.
Is it possible to allow this use case with a configuration, or is it disabled for security reasons?