I'm setting up some authentication methods in my elasticsearch endpoint in AWS. So, I'm trying to make HTTP requests to this endpoint parsing inside this body the IAM credentials but I have no idea how I can do it.
Maybe adding a field in the content body or header before the query or something like.
{
"IAM-ARN":"SOMERANDOMID",
"IAM-PASS":"SOMERANDOMPASS"
}
I would be so thankful for finding this solution.
Thank you!