d6eb2c8261
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 |
||
---|---|---|
marvel | ||
qa | ||
shield | ||
watcher | ||
x-dev-tools | ||
LICENSE.txt | ||
README.asciidoc | ||
pom.xml |
README.asciidoc
= Elasticsearch X Plugins A set of Elastic's commercial plugins: - License - Shield - Watcher - Marvel