Is your feature request related to a problem? Please describe.
I'm not able to use service account with an API token to connect to Nutanix API
Describe the solution you'd like
implement the possibility to use the api token generated for a Service account to connect to nutanix with the env variable NUTANIX_API_TOKEN instead of NUTANIX_PASSWORD which is unsecured as it expose the password of the user
Describe alternatives you've considered
use the not so secure NUTANIX_PASSWORD and create a specific user for automation instead of using service account that are normally designed for that purpose
Is your feature request related to a problem? Please describe.
I'm not able to use service account with an API token to connect to Nutanix API
Describe the solution you'd like
implement the possibility to use the api token generated for a Service account to connect to nutanix with the env variable NUTANIX_API_TOKEN instead of NUTANIX_PASSWORD which is unsecured as it expose the password of the user
Describe alternatives you've considered
use the not so secure NUTANIX_PASSWORD and create a specific user for automation instead of using service account that are normally designed for that purpose