OpenSearch/x-pack/qa/security-setup-password-tests
Alpar Torok 711ace0533 Testclusters: support for security and convert example plugins (#41864)
testclusters detect from settings that security is enabled
if a user is not specified using the DSL introduced in this PR, a default one is created
the appropriate wait conditions are used authenticating with the first user defined in the DSL ( or the default user ).
an example DSL to create a user is user username:"test_user" password:"x-pack-test-password" role: "superuser" all keys are optional and default to the values shown in this example
2019-05-08 14:04:00 +03:00
..
src/test/java/org/elasticsearch/xpack/security/authc/esnative/tool Deprecate /_xpack/security/* in favor of /_security/* (#36293) 2018-12-11 11:13:10 +02:00
build.gradle Testclusters: support for security and convert example plugins (#41864) 2019-05-08 14:04:00 +03:00