mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 05:58:44 +00:00
This commit cleans up the hack we had forcefully switching the request to execute under the system user when a internal action gets triggered from a system request. The authorization service now tracks the originating request in the context to allow us to validate if the request should be run as the system user. The system user should be used only when a user action causes an internal action, which needs to be run by the system user. Closes elastic/elasticsearch#1403 Original commit: elastic/x-pack-elasticsearch@4972df459f
= 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%