We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2f024 commit 1dc6bc0Copy full SHA for 1dc6bc0
x-pack/qa/smoke-test-plugins-ssl/build.gradle
@@ -83,6 +83,8 @@ testClusters.matching { it.name == "yamlRestTest" }.configureEach {
83
user username: "test_user", password: "x-pack-test-password"
84
user username: "monitoring_agent", password: "x-pack-test-password", role: "remote_monitoring_agent"
85
86
+ systemProperty 'es.queryable_built_in_roles_enabled', 'false'
87
+
88
pluginPaths.each { pluginPath ->
89
plugin pluginPath
90
}
0 commit comments