b7ca362df5
This commit catches up with master which removed the shard level injector and changed the logic how the SearcherWrapper works and is installed. The way we now install it is via a package private onModule(IndexModule) call. There is no public API for this anymore. The wrapper also doesn't need to watch the IndexShards state since now it will only be used when the shard is STARTED or RECOVERED. Original commit: elastic/x-pack-elasticsearch@42b9eeef3d |
||
---|---|---|
.. | ||
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.