OpenSearch/qa/smoke-test-graph-with-security/roles.yml

34 lines
613 B
YAML
Raw Normal View History

admin:
cluster:
- all
indices:
- names: '*'
privileges:
- all
graph_explorer:
cluster:
- cluster:monitor/health
- cluster:monitor/main
indices:
- names: '*'
privileges:
- read
- write
- indices:admin/refresh
- indices:admin/create
no_graph_explorer:
cluster:
- cluster:monitor/health
- cluster:monitor/main
indices:
- names: '*'
privileges:
- indices:data/read/search
- indices:data/write/index
- indices:data/write/bulk
- indices:admin/refresh
- indices:admin/create