mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
- Moved all role action classes to live under `o.e.s.action.role` - Moved all realm related action classes (for now just the clear cache) to live under `o.e.s.action.realm` - Moved all user action classes to live under `o.e.s.action.user` - Moved all the rest actions to live under `o.e.s.rest.action` - Changed the `clear role cache` endpoint to `/_shield/role/{id}/_clear_cache` (aligned with all other role endpoints) - Changed `InternalShieldUserHolder` to the `InternalShieldUser` singleton user... to be aligned with `InternalMarvelUser` and `InternalWatcherUser`. - Removed the dedicated audit log user. The new `InternalShieldUser` is now the user that manages and writes to the audit log indices - Extracted the `User.System` class to a top level `InternalSystemUser` class (to be aligned with the other internal user classes) - Removed the `SystemRole` class (the `InternalSystemUser` class now holds all the needed info/logic) Original commit: elastic/x-pack-elasticsearch@cf82b257d1
= Elasticsearch X Plugins A set of Elastic's commercial plugins: - License - Shield - Watcher - Marvel = Setup You must checkout x-plugins and elasticsearch in the same directory as siblings. This elasticsearch checkout will be used when building x-plugins.
Description
Languages
Java
99.5%
Groovy
0.4%