mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
The evalutation of the indices permission groups was wrong. Now, each index in the request is evaluated against all groups, such that: 1. for each index, at least one group must grant the request 2. all indices must be granted Along the way, also changed the audit logs structures such that: - moved the principal to "sit" next to the host - now, if we're logging an indices request, we also log the related indices (this provides more context to the actual request) Fixes elastic/elasticsearch#242 Original commit: elastic/x-pack-elasticsearch@95600d3148
= 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%