瀏覽代碼

Skip automatically creating the "elastic" user (#77507)

Andrei Stefan 4 年之前
父節點
當前提交
2b96b08036
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      x-pack/plugin/sql/qa/server/security/build.gradle

+ 2 - 0
x-pack/plugin/sql/qa/server/security/build.gradle

@@ -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.