Skip to content

Commit 1e5e6f0

Browse files
committed
[DOCS] Updtes description of elasticsearch.requestHeadersWhitelist (elastic#52675)
1 parent 3e2ce3d commit 1e5e6f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/setup/settings.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ connects to this Kibana instance.
6565
`elasticsearch.requestHeadersWhitelist:`:: *Default: `[ 'authorization' ]`* List
6666
of Kibana client-side headers to send to Elasticsearch. To send *no* client-side
6767
headers, set this value to [] (an empty list).
68+
Removing the `authorization` header from being whitelisted means that you cannot
69+
use <<basic-authentication, basic authentication>> in Kibana.
6870

6971
`elasticsearch.requestTimeout:`:: *Default: 30000* Time in milliseconds to wait
7072
for responses from the back end or Elasticsearch. This value must be a positive

0 commit comments

Comments
 (0)