mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
6945e5d5e6
This commit adds the manage_enrich privilege, which grants access to all of the enrich processor lifecycle actions. In addition this commit also creates a role which grants access to the generated indices. Relates #41939 Co-authored-by: Martijn van Groningen <martijn.v.groningen@gmail.com>
19 lines
360 B
YAML
19 lines
360 B
YAML
integ_test_role:
|
|
indices:
|
|
- names: [ 'my-index', 'my-source-index' ]
|
|
privileges:
|
|
- manage
|
|
- read
|
|
- write
|
|
|
|
enrich_no_privs:
|
|
cluster:
|
|
- manage_ingest_pipelines
|
|
- monitor
|
|
indices:
|
|
- names: [ '.enrich-my_policy*', 'my-index', 'my-source-index' ]
|
|
privileges:
|
|
- manage
|
|
- read
|
|
- write
|