OpenSearch/elasticsearch/x-pack/security
Chris Earle d1e08c5dd4 [Security] Log Deprecation Warnings for old API usage
This makes use of the registerAsDeprecatedHandler method to automatically warn users when they're using deprecated functionality.

This will also automatically provide a Warning header for anyone using HTTP clients (though they have to be looking for it...).

Security portion only

Original commit: elastic/x-pack-elasticsearch@ab1a50fe06
2016-07-07 12:10:35 -04:00
..
bin/x-pack Add a tool to migrate users/roles from file to native realm 2016-06-27 14:20:45 -06:00
config/x-pack Rename Marvel packages and directories to Monitoring 2016-06-29 09:10:25 +02:00
src [Security] Log Deprecation Warnings for old API usage 2016-07-07 12:10:35 -04:00
README.asciidoc security: remove use of shield in files and directory names 2016-06-20 10:26:10 -04:00
TESTING.asciidoc security: remove use of shield in files and directory names 2016-06-20 10:26:10 -04:00
test-signatures.txt security: remove use of shield in files and directory names 2016-06-20 10:26:10 -04: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.