🔎 Open source distributed and RESTful search engine.
Go to file
javanna 11ff005dc3 Internal: replace wildcard expressions and _all with matching indices that the current user is authorized for
Two reasons for this:
1) automatically convert the _all to its matching indices, in the context of the current user is authorized for, instead of resolving wildcards and then throwing authorization exception because the wildcard exp matches indices that the user is not authorized for
2) this makes the wildcards resolution secure, meaning that there is a single place that resolve wildcards. If it happened in shield while authorizing and in core while actually executing the operation, there would be mismatches which would allow to execute operation on indices that the user is not authorized for, if they get created with the "right" timing.

Closes elastic/elasticsearch#54
Closes elastic/elasticsearch#105

Original commit: elastic/x-pack-elasticsearch@a02c6fbccf
2014-10-07 17:16:55 +02:00
dev-tools [BUILD] Added license check 2014-09-02 15:54:05 -07:00
src Internal: replace wildcard expressions and _all with matching indices that the current user is authorized for 2014-10-07 17:16:55 +02:00
.esvmrc Add .esvmrc file to start SSL configured cluster fast 2014-10-07 17:08:53 +02:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
README.asciidoc Docs: Added SSL certification/CA creation docs 2014-07-23 15:42:10 +02:00
all-signatures.txt Initial import 2014-07-07 11:30:28 +02:00
core-signatures.txt Build: Do not depend on guava in compile scope 2014-08-08 12:57:28 +02:00
pom.xml Move to elasticsearch-1.4.0.Beta1 (no snapshot) 2014-10-02 15:42:21 +02:00
test-signatures.txt Initial import 2014-07-07 11:30:28 +02:00
tests.policy ldap: Changed LdapSslSocketFactory method of setting the static factory, plus miscellaneous cleanup 2014-10-01 15:11:26 -06: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.