mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
- Formalized the notion of a client vs. node mode. Introduced an `AbstractShieldModule` that takes care of that - For now, standarized on the `Shield` name across the board (e.g. change `SecurityModule` to `ShieldModule`) - Introduces static methods to `ShieldPlugin` to resolve shield specific config files (on the way fixed the file resolving of the ldap group mapper) - The n2n ip filtering is now resolved at the module level. If not enabled, null is injected and the netty handler is then not injected to the pipeline - updated code base with the latest changes in es-core around how relevant http headers are registered and copied over to the transport request - Added new known action in es-core `indices:admin/get` Original commit: elastic/x-pack-elasticsearch@ca8d85dc81
= 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%