use generated license in qa test, see elastic/x-pack-elasticsearch#3878

Original commit: elastic/x-pack-elasticsearch@9a32eab685
This commit is contained in:
Martijn van Groningen 2018-02-13 12:16:53 +01:00
parent c633b919ab
commit 2afbad6c15
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ if (project.rootProject.vagrantSupported) {
integTestCluster {
plugin xpackProject('plugin').path
setting 'xpack.license.self_generated.type', 'trial'
setting 'xpack.security.http.ssl.enabled', 'false'
setting 'xpack.security.authc.token.enabled', 'true'
setting 'xpack.security.authc.realms.file.type', 'file'