OpenSearch/qa/rolling-upgrade
Ryan Ernst 9b3fb66394 Settings: Add secure versions of SSL passphrases (elastic/x-pack-elasticsearch#1852)
This commit adds new settings for the ssl keystore (not the ES keystore)
passphrase settings. New setting names are used, instead of trying to
support the existing names in both yml and the ES keystore, so that
there does not need to be complicated logic between the two. Note that
the old settings remain the only way to set the ssl passphrases for the
transport client, but the Settings object for transport clients are
created in memory by users, so they are already as "secure" as having a
loaded ES keystore. Also note that in the long term future (6.x
timeframe?) these settings should be deprecated and the keys/certs
themselves should be moved into the ES keystore, so there will be no
need for separate keystores/passphrases.

relates elastic/elasticsearch#22475

Original commit: elastic/x-pack-elasticsearch@be5275fa3d
2017-06-27 10:15:12 -07:00
..
src/test Add basic full cluster restart tests for x-pack (elastic/x-pack-elasticsearch#1743) 2017-06-16 11:44:51 -04:00
with-system-key Add basic full cluster restart tests for x-pack (elastic/x-pack-elasticsearch#1743) 2017-06-16 11:44:51 -04:00
without-system-key Add basic full cluster restart tests for x-pack (elastic/x-pack-elasticsearch#1743) 2017-06-16 11:44:51 -04:00
build.gradle Settings: Add secure versions of SSL passphrases (elastic/x-pack-elasticsearch#1852) 2017-06-27 10:15:12 -07:00