Create test superuser when launching elasticsearch via 'run' task (#48072)

(cherry picked from commit 225d1c9ac3cd869e61e52717fab9f613883d276e)
This commit is contained in:
Mark Vieira 2019-10-16 10:30:38 -07:00
parent 2d98fec247
commit 4c04006ded
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ testClusters {
setting 'xpack.sql.enabled', 'true'
setting 'xpack.rollup.enabled', 'true'
keystore 'bootstrap.password', 'password'
user username: 'elastic-admin', password: 'elastic-password', role: 'superuser'
}
}
}