🔎 Open source distributed and RESTful search engine.
Go to file
jaymode d6eb2c8261 do not copy the authorization header from rest requests
Currently we copy the authorization header from every rest request to the action request. This is not
necessary because the user associated with each request is copied into the context and then if the
request leaves the node, the user will be serialized into a string and attached as a header.

This commit removes the copying of the authorization header as it is not necessary and by not copying
it, we limit the amount of copies we make of this sensitive information.

Original commit: elastic/x-pack-elasticsearch@4e5ba4b4aa
2015-08-28 09:04:39 -04:00
marvel Marvel: Add indices.count in Cluster Stats 2015-08-28 13:50:09 +02:00
qa fix custom realm integration tests on windows 2015-08-21 14:08:43 -04:00
shield do not copy the authorization header from rest requests 2015-08-28 09:04:39 -04:00
watcher Added document and field level security 2015-08-27 17:54:50 +02:00
x-dev-tools Release: Add release script for S3 uploading 2015-08-23 13:37:50 +02:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
README.asciidoc Update README.asciidoc 2015-07-17 19:01:46 +02:00
pom.xml add OSS snapshots as a plugin repository to resolve custom enforcer rule 2015-08-26 11:26:21 -04:00

README.asciidoc

= Elasticsearch X Plugins

A set of Elastic's commercial plugins:

- License
- Shield
- Watcher
- Marvel