mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 21:48:39 +00:00
Move `x-pack/qa/smoke-test-graph-with-security` to `x-pack/plugin/graph/qa/security` which should make it easier to run all of the tests with a single command. It also lines up the directories more closely with newer projects like cross cluster replication.
34 lines
613 B
YAML
34 lines
613 B
YAML
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
|