test: added 'cluster:monitor/nodes/info' role for the test user

Original commit: elastic/x-pack-elasticsearch@78144d3313
This commit is contained in:
Martijn van Groningen 2015-05-21 13:35:19 +02:00
parent 39f83974ef
commit bbcfecbe90
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ public abstract class AbstractWatcherIntegrationTests extends ElasticsearchInteg
public static final String ROLES =
"test:\n" + // a user for the test infra.
" cluster: cluster:monitor/state, cluster:monitor/health, cluster:monitor/stats, cluster:admin/settings/update, cluster:admin/repository/delete, indices:admin/template/get, indices:admin/template/put, indices:admin/template/delete\n" +
" cluster: cluster:monitor/nodes/info, cluster:monitor/state, cluster:monitor/health, cluster:monitor/stats, cluster:admin/settings/update, cluster:admin/repository/delete, indices:admin/template/get, indices:admin/template/put, indices:admin/template/delete\n" +
" indices:\n" +
" '*': all\n" +
"\n" +