3 Commits

Author SHA1 Message Date
Michael Basnight
e18f04f3eb Revert "Use shaded rest client dependencies" ()
This reverts commit elastic/x-pack-elasticsearch@8605560232.

Relates 

Original commit: elastic/x-pack-elasticsearch@e4cd960504
2017-08-25 14:13:16 -05:00
Simon Willnauer
724325f161 Fallback to keystore.seed as a bootstrap password if actual password is not present ()
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 

Original commit: elastic/x-pack-elasticsearch@5a984b4fd8
2017-08-17 16:42:32 +02:00
Jay Modi
a7d6138f83 Fix the building of the default URL for the setup password tool ()
This commit fixes the building of the default URL for the setup password tool so that a default
elasticsearch.yml file will still result in a succesful run of the tool.

relates 

Original commit: elastic/x-pack-elasticsearch@2291b14875
2017-08-03 15:14:24 -06:00