mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
In 2.0, plugins cannot specify mandatory settings, they can only specify a default additional set of settings. For tribe nodes, we require shield to be enabled and be a mandatory plugin. If the settings specified by the user conflict with this, we now throw an exception and fail startup. Closes elastic/elasticsearch#426 Original commit: elastic/x-pack-elasticsearch@db4d6d7923
= 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.