dca9f3115e
In order to fix elastic/elasticsearch#378 a problem was revealed, that the ip filter for HTTP was always the one for the default profile, which lead to failed tests (along with wrong socket connections, which made the test go green irregularly). This commit fixes the tests and allow to configure own HTTP ip filters, adding the following settings * shield.http.filter.enabled * shield.http.filter.allow * shield.http.filter.deny If not specific settings are configured, the one of the default profile are used. Closes elastic/elasticsearch#378 Original commit: elastic/x-pack-elasticsearch@89dbaefe9a |
||
---|---|---|
.esvm-shield-config | ||
dev-tools | ||
src | ||
.esvmrc | ||
.esvmrc_active_dir | ||
.esvmrc_open_ldap | ||
LICENSE.txt | ||
README.asciidoc | ||
TESTING.asciidoc | ||
all-signatures.txt | ||
core-signatures.txt | ||
pom.xml | ||
test-signatures.txt | ||
tests.policy |
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.