Skip to content

Commit a4314e1

Browse files
committed
[DOCS] Updtes description of elasticsearch.requestHeadersWhitelist (elastic#52675)
1 parent 2bfbc56 commit a4314e1

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
@@ -67,6 +67,8 @@ connects to this Kibana instance.
6767
`elasticsearch.requestHeadersWhitelist:`:: *Default: `[ 'authorization' ]`* List
6868
of Kibana client-side headers to send to Elasticsearch. To send *no* client-side
6969
headers, set this value to [] (an empty list).
70+
Removing the `authorization` header from being whitelisted means that you cannot
71+
use <<basic-authentication, basic authentication>> in Kibana.
7072

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

0 commit comments

Comments
 (0)