Unable to generate API token on Aria Automation Pipelines 8.12.0
Symptoms
Cause
Impact / Risks
Resolution
Workaround
The workaround is to generate a token manually using below command and save it in a variable. The <vRA_base_url>, <Bearer token>, <username>, <password>,?<domain> must be replaced in below command.The variable can be reused in the webhooks.
?
curl --location 'https: //<vRA_base_url>/csp/gateway/am/api/login?access_token=null' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Bearer Token>' \
--data-raw '{
"username":"<username>","password":"<password>","domain": "<domain>"
}'