Skip to content

Commit 487d17a

Browse files
committed
Add read_failures to default REST test role
1 parent a8a50ec commit 487d17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/src/main/resources/roles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ _es_test_root:
55
indices:
66
- names: [ "*" ]
77
allow_restricted_indices: true
8-
privileges: [ "ALL" ]
8+
privileges: [ "ALL", "read_failures" ]
99
run_as: [ "*" ]
1010
applications:
1111
- application: "*"

0 commit comments

Comments
 (0)