use generated license in qa test, see elastic/x-pack-elasticsearch#3878
Original commit: elastic/x-pack-elasticsearch@9a32eab685
This commit is contained in:
parent
c633b919ab
commit
2afbad6c15
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue