Skip to content

Commit 3c28876

Browse files
committed
Adapt privileges in MultipleIndicesPermissionsTests
1 parent 5b4ea1b commit 3c28876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/integration/MultipleIndicesPermissionsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected String configRoles() {
9090
" cluster: [monitor]\n" +
9191
" indices:\n" +
9292
" - names: '*'\n" +
93-
" privileges: [monitor]\n" +
93+
" privileges: ['monitor','indices:admin/get']\n" +
9494
"\n" +
9595
"role_b:\n" +
9696
" indices:\n" +

0 commit comments

Comments
 (0)