mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 06:55:32 +00:00
jaymode
0d1f3da353
security: rename ESUsersRealm to FileRealm
This commit is the forward port of renaming the type for esusers to file. There is no backwards compatibility maintained here. Additionally, a few other renames and cleanups have been made: * `esusers` commands is now `users` * org.elasticsearch.shield.authc.esusers -> org.elasticsearch.shield.authc.file * Validation.ESUsers -> Validation.Users * ESUsersTool -> UsersTool * ESUsersToolTests -> UsersToolTests * ESNativeUsersStore -> NativeUsersStore * ESNativeRolesStore -> NativeRolesStore. * org.elasticsearch.shield.authz.esnative collapsed to org.elasticsearch.shield.authz.store * ESNativeTests -> NativeRealmIntegTests Closes elastic/elasticsearch#1793 Original commit: elastic/x-pack-elasticsearch@d2a0c136f3
= 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%