mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 21:18:31 +00:00
3932635f98
The security manager permissions were copied wholesale from pre-split X-Pack. However, this grants unnecessary permissions to the child plugins. This commit is a simple attempt at removing permissions that are not needed in the child plugins. Relates elastic/x-pack-elasticsearch#3651 Original commit: elastic/x-pack-elasticsearch@8325ed83d7