OpenSearch/qa/security-setup-password-tests
Simon Willnauer 724325f161 Fallback to `keystore.seed` as a bootstrap password if actual password is not present (elastic/x-pack-elasticsearch#2295)
Today we require the `bootstrap.password` to be present in the keystore in order to
bootstrap xpack. With the addition of `keystore.seed` we have a randomly generated password
per node to do the bootstrapping. This will improve the initial user experience significantly
since the user doesn't need to create a keystore and add a password, they keystore is created
automatically unless already present and is always created with this random seed.

Relates to elastic/elasticsearch#26253

Original commit: elastic/x-pack-elasticsearch@5a984b4fd8
2017-08-17 16:42:32 +02:00
..
src/test/java/org/elasticsearch/xpack/security/authc/esnative/tool Fix the building of the default URL for the setup password tool (elastic/x-pack-elasticsearch#2176) 2017-08-03 15:14:24 -06:00
build.gradle Fallback to `keystore.seed` as a bootstrap password if actual password is not present (elastic/x-pack-elasticsearch#2295) 2017-08-17 16:42:32 +02:00