elasticsearch/docs/java-rest/high-level
Albert Zaharovits 715f7e9e01
PKI realm authentication delegation (#45906)
This commit introduces PKI realm delegation. This feature
supports the PKI authentication feature in Kibana.

In essence, this creates a new API endpoint which Kibana must
call to authenticate clients that use certificates in their TLS
connection to Kibana. The API call passes to Elasticsearch the client's
certificate chain. The response contains an access token to be further
used to authenticate as the client. The client's certificates are validated
by the PKI realms that have been explicitly configured to permit
certificates from the proxy (Kibana). The user calling the delegation
API must have the delegate_pki privilege.

Closes #34396
2019-08-26 18:53:10 +03:00
..
ccr Introduce forget follower API (#39718) 2019-03-07 10:29:10 -05:00
cluster Docs: Cut down on high level rest client copy-and-paste-ness (#34125) 2018-09-28 14:48:11 -04:00
dataframe [ML-DataFrame] Combine task_state and indexer_state in _stats (#45276) 2019-08-07 16:39:56 +01:00
document [DOCS] Update anchors and links for Elasticsearch API relocation (#44500) 2019-07-19 09:16:35 -04:00
graph HLRC GraphClient and associated tests (#32366) 2018-08-21 13:29:18 +01:00
ilm Add Snapshot Lifecycle Management (#43934) 2019-07-15 12:04:50 -06:00
indices Add Clone Index API (#44267) 2019-07-25 20:17:51 +02:00
ingest REST high-level client: add simulate pipeline API (#31158) 2018-06-22 09:59:04 +02:00
licensing HLRC: add support for get license basic/trial status API (#33176) 2018-11-13 15:52:59 +01:00
migration Remove Migration Upgrade and Assistance APIs (#40075) 2019-03-15 15:34:50 -06:00
miscellaneous HLRC: Convert xpack methods to client side objects (#40705) 2019-04-04 09:49:12 -05:00
ml Allow the user to specify 'query' in Evaluate Data Frame request (#45775) 2019-08-22 08:27:38 +02:00
rollup Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
script HLRC: Add put stored script support to high-level rest client (#31323) 2018-09-09 13:47:47 +02:00
search [DOCS] Update anchors and links for Elasticsearch API relocation (#44500) 2019-07-19 09:16:35 -04:00
security PKI realm authentication delegation (#45906) 2019-08-26 18:53:10 +03:00
snapshot Add Restore Snapshot High Level REST API 2018-07-24 16:17:09 +02:00
tasks fix dangling tag in TasksClientDocumentationIT (#39157) 2019-02-20 08:47:04 -08:00
watcher [DOCS] Various spelling corrections (#37046) 2019-01-07 14:44:12 +01:00
aggs-builders.asciidoc [DOCS] Update APIs grouping and ordering in REST high-level Client docs (#28497) 2018-02-02 17:19:50 +01:00
execution-no-req.asciidoc [DOCS] Fixes terms in HLRC data frame transform APIs (#44838) 2019-07-25 09:13:26 -07:00
execution.asciidoc [DOCS] Fixes terms in HLRC data frame transform APIs (#44838) 2019-07-25 09:13:26 -07:00
getting-started.asciidoc Provide names for all artifact repositories (#41857) 2019-05-07 06:34:51 -04:00
index.asciidoc Docs: HLRC: refactor bulk, migrate and reindex apis (#35413) 2018-11-16 08:58:13 +01:00
java-builders.asciidoc Docs: Cut down on high level rest client copy-and-paste-ness (#34125) 2018-09-28 14:48:11 -04:00
migration.asciidoc Docs: Pin two IDs in the rest client (#40785) 2019-04-04 12:02:55 -04:00
query-builders.asciidoc Search - added HLRC support for PinnedQueryBuilder (#45779) 2019-08-22 16:32:42 +01:00
supported-apis.asciidoc Add docs for HLRC for Estimate memory usage API (#45538) 2019-08-21 12:52:17 +02:00