mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-21 12:27:37 +00:00
This commit adds the logic to protect the user and roles index that we store locally by restricting access to the internal XPack user. We need to do this in two places; the first is when resolving wildcards and the other is when authorizing requests made against specific indices. Original commit: elastic/x-pack-elasticsearch@8ee0ce02db
= 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.