Skip to content

Commit 504e4b5

Browse files
jkakavasmark-vieira
authored andcommitted
Create test superuser when launching elasticsearch via 'run' task (#48072) (#49318)
1 parent 2a5cd9f commit 504e4b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distribution/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ testClusters {
431431
setting 'xpack.sql.enabled', 'true'
432432
setting 'xpack.rollup.enabled', 'true'
433433
keystore 'bootstrap.password', 'password'
434+
user username: 'elastic-admin', password: 'elastic-password', role: 'superuser'
434435
}
435436
}
436437
}

0 commit comments

Comments
 (0)