mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-27 15:39:49 +00:00
Nuked the security filter and separated the different filter to their own constructs: - Added a shield action package & module that is responsible for binding the shield action filter (and later will hold all shield actions) - Added a shield rest package & module that is responsible for binding the shield rest filter and registering all the rest actions - Moved the client & server transport filters to the transport package General cleanup: - Code formatting - moved `ShieldPlugin` to the top level package `org.elasticsearch.shield` Original commit: elastic/x-pack-elasticsearch@d652041860
= 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.
Description
Languages
Java
99.5%
Groovy
0.4%