Since upgrading to Elastic stack 7.10, I am now receiving the below error when attempting to POST to /internal/security/login
[root@dev-node-01 ~]# curl -k 'https://127.0.0.1:5601/internal/security/login' -H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' -H 'Accept: application/json, text/javascript, */*; q=0.01' -H 'Connection: keep-alive' --data 'username=***&password=***'
{
"statusCode":400,
"error":"Bad Request",
"message":"[request body.providerType]: expected value of type [string] but got [undefined]"
}
I had a look at the changelog but couldn't see anything that could explain this.
Any ideas if this change is expected in the new version.
Running this command on previous versions produce a HTTP/1.1 204 No Content
which works.
Cheers,
Kev