[DOCS] Fixed a bad link
This commit is contained in:
parent
cdc1935b6e
commit
6ce3495029
|
@ -125,10 +125,10 @@ instead.
|
||||||
== URL-based access control
|
== URL-based access control
|
||||||
|
|
||||||
Many users use a proxy with URL-based access control to secure access to
|
Many users use a proxy with URL-based access control to secure access to
|
||||||
Elasticsearch indices. For <<search-multi-search,multi-search>>, <<docs-multi-
|
Elasticsearch indices. For <<search-multi-search,multi-search>>,
|
||||||
get,multi-get>> and <<docs-bulk,bulk>> requests, the user has the choice of
|
<<docs-multi-get,multi-get>> and <<docs-bulk,bulk>> requests, the user has
|
||||||
specifying an index in the URL and on each individual request within the
|
the choice of specifying an index in the URL and on each individual request
|
||||||
request body. This can make URL-based access control challenging.
|
within the request body. This can make URL-based access control challenging.
|
||||||
|
|
||||||
To prevent the user from overriding the index which has been specified in the
|
To prevent the user from overriding the index which has been specified in the
|
||||||
URL, add this setting to the `config.yml` file:
|
URL, add this setting to the `config.yml` file:
|
||||||
|
|
Loading…
Reference in New Issue