elastic / elastic/support-diagnostics
Add support for API key to execute diag
Open
- Dominant language
- Java
- Stars
- 304
- Forks
- 175
- PR merge metrics
- No merged PRs in 30d
Description
One user contacted me through support and asked for diag execution using API KEY.
https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-api-key.html
Example.
```
curl -H "Authorization: ApiKey VnVhQ2ZHY0JDZGJrUW0tZTVhT3g6dWkybHAyYXhUTm1zeWFrdzl0dk5udw==" \
http://localhost:9200/_cluster/health\?pretty
```
Contributor guide
Assessment
This issue has not been assessed yet.