|
@@ -26,6 +26,8 @@ subprojects {
|
|
|
setting 'xpack.security.audit.enabled', 'true'
|
|
|
setting 'xpack.security.enabled', 'true'
|
|
|
setting 'xpack.license.self_generated.type', 'trial'
|
|
|
+ // skip automatically creating the "elastic" user (and the associated .security index)
|
|
|
+ setting 'xpack.security.autoconfiguration.enabled', 'false'
|
|
|
// Setup roles used by tests
|
|
|
extraConfigFile 'roles.yml', mainProject.file('roles.yml')
|
|
|
/* Setup the one admin user that we run the tests as.
|