new index roles
This commit is contained in:
parent
d0f83aaf50
commit
e87efaaeeb
1 changed files with 2 additions and 1 deletions
|
|
@ -6,8 +6,9 @@ gendb_user_role:
|
||||||
description: "DLS: user can read/write docs they own or are allowed on"
|
description: "DLS: user can read/write docs they own or are allowed on"
|
||||||
cluster_permissions:
|
cluster_permissions:
|
||||||
- "indices:data/write/bulk"
|
- "indices:data/write/bulk"
|
||||||
|
- "indices:data/write/index"
|
||||||
index_permissions:
|
index_permissions:
|
||||||
- index_patterns: ["documents", "documents*"]
|
- index_patterns: ["documents", "documents*", "search_contexts", "search_contexts*"]
|
||||||
allowed_actions:
|
allowed_actions:
|
||||||
- crud
|
- crud
|
||||||
- create_index
|
- create_index
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue