5309353745
Today, we always throw an AuthorizationException for an unauthorized user. This is problematic when anonymous access is enabled and the HTTP client being used does not support preemptive basic authentication as only the anonymous user will be used by such a client. This change adds a setting to allow an AuthenticationException to be thrown for anonymous users. This will clients such as browsers to work with anonymous access and authenticated access. Closes elastic/elasticsearch#853 Original commit: elastic/x-pack-elasticsearch@d338b468c7 |
||
---|---|---|
dev-tools | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc | ||
TESTING.asciidoc | ||
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.