OpenSearch/elasticsearch/x-pack/src
Martijn van Groningen cc7cfb7fd9 security: Added `set_security_user` ingest processor that enriches documents with user details of the current authenticated user
This is useful if an index is shared with many small customers, which are to small to have their own index or shard,
 and in order to share an index safely they will need to use document level security. This processor can then automatically
 add the username or roles of the current authenticated user to the documents being indexed, so that the DLS query can be simple. (`username: abc` only return data inserted by user abc)

Closes elastic/elasticsearch#2738

Original commit: elastic/x-pack-elasticsearch@f4df2f6d6f
2016-07-19 09:48:52 +02:00
..
main security: Added `set_security_user` ingest processor that enriches documents with user details of the current authenticated user 2016-07-19 09:48:52 +02:00
test Merge branch 'master' into remove_script_proxy 2016-07-18 13:41:21 -07:00