mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Introduces support for JWTs to the grant API Key API. Callers can now pass-in a JWT in the request, like: POST /_security/api_key/grant { "grant_type": "access_token", "access_token" : "some.signed.JWT", "client_authentication": { // optional "scheme": "SharedSecret", "value": "ES-Client-Authentication header value after scheme" } } The JWT will be authenticated by a backing JWT realm and a new API Key will be returned for the authenticated user. |
||
---|---|---|
.. | ||
logstash | ||
security | ||
watcher | ||
common-options.asciidoc | ||
common-parms.asciidoc | ||
cron-expressions.asciidoc | ||
defs.asciidoc | ||
index.asciidoc | ||
info.asciidoc | ||
rest-api-compatibility.asciidoc | ||
security.asciidoc | ||
usage.asciidoc | ||
watcher.asciidoc |