test: added missing roles for the test user

Original commit: elastic/x-pack-elasticsearch@36f6d36817
This commit is contained in:
Martijn van Groningen 2015-05-21 12:41:30 +02:00
parent 2861f8ce21
commit 39f83974ef
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, indices:admin/template/delete, cluster:admin/repository/delete, indices:admin/template/put, cluster:monitor/stats\n" +
" 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" +
" indices:\n" +
" '*': all\n" +
"\n" +