2e0b87f6c6
When we receive a message and cannot decode the signed user header, we should audit this as a tampered request. The request may not be tampered if nodes are configured differently in terms of system keys, but this at least provides some evidence of the bad request on the nodes that receives it. Closes elastic/elasticsearch#647 Original commit: elastic/x-pack-elasticsearch@2f3411d9f9 |
||
---|---|---|
.. | ||
.settings | ||
bin/shield | ||
config/shield | ||
dev-tools | ||
docs | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc | ||
TESTING.asciidoc | ||
pom.xml | ||
test-signatures.txt |
README.asciidoc
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.