mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
This commit removes as much of the use of shield as possible in the source code. See elastic/elasticsearch#2383 Original commit: elastic/x-pack-elasticsearch@00009cc06e
35 lines
533 B
YAML
35 lines
533 B
YAML
admin:
|
|
cluster:
|
|
- all
|
|
indices:
|
|
- names: '*'
|
|
privileges:
|
|
- all
|
|
|
|
watcher_manager:
|
|
cluster:
|
|
- manage
|
|
indices:
|
|
- names: '.watcher-history-*'
|
|
privileges:
|
|
- all
|
|
run_as:
|
|
- powerless_user
|
|
- watcher_manager
|
|
|
|
watcher_monitor:
|
|
cluster:
|
|
- monitor
|
|
indices:
|
|
- names: '.watcher-history-*'
|
|
privileges:
|
|
- read
|
|
|
|
crappy_role:
|
|
cluster:
|
|
- cluster:monitor/nodes/info
|
|
- cluster:monitor/health
|
|
- cluster:monitor/nodes/liveness
|
|
- cluster:monitor/main
|
|
|