🔎 Open source distributed and RESTful search engine.
Go to file
jaymode 5309353745 allow authentication exceptions for unauthorized anonymous users
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
2015-06-01 09:40:55 -04:00
dev-tools update shield to depend on elasticsearch 2.0 2015-05-26 13:57:58 -04:00
src allow authentication exceptions for unauthorized anonymous users 2015-06-01 09:40:55 -04:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
NOTICE.txt Added unboundID free use license to NOTICE.txt 2015-03-04 10:34:55 +01:00
README.asciidoc Docs: Added SSL certification/CA creation docs 2014-07-23 15:42:10 +02:00
TESTING.asciidoc update shield to depend on elasticsearch 2.0 2015-05-26 13:57:58 -04:00
pom.xml remove commons codec dependency 2015-06-01 07:52:38 -04:00
test-signatures.txt remove commons codec dependency 2015-06-01 07:52:38 -04:00
tests.policy Integration with license plugin 2014-12-04 20:49:35 +01:00

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.