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 8c25707 commit c5425d6Copy full SHA for c5425d6
x-pack/qa/smoke-test-plugins-ssl/build.gradle
@@ -78,6 +78,8 @@ testClusters.matching { it.name == "yamlRestTest" }.configureEach {
78
user username: "test_user", password: "x-pack-test-password"
79
user username: "monitoring_agent", password: "x-pack-test-password", role: "remote_monitoring_agent"
80
81
+ systemProperty 'es.queryable_built_in_roles_enabled', 'false'
82
+
83
pluginPaths.each { pluginPath ->
84
plugin pluginPath
85
}
0 commit comments