OpenSearch/test/framework
Ryan Ernst d4c0ef0028 Settings: Migrate ec2 discovery sensitive settings to elasticsearch keystore (#23961)
This change adds secure settings for access/secret keys and proxy
username/password to ec2 discovery.  It adds the new settings with the
prefix `discovery.ec2`, copies other relevant ec2 client settings to the
same prefix, and deprecates all other settings (`cloud.aws.*` and
`cloud.aws.ec2.*`).  Note that this is simpler than the client configs
in repository-s3 because discovery is only initialized once for the
entire node, so there is no reason to complicate the configuration with
the ability to have multiple sets of client settings.

relates #22475
2017-04-07 13:28:15 -07:00
..
src Settings: Migrate ec2 discovery sensitive settings to elasticsearch keystore (#23961) 2017-04-07 13:28:15 -07:00
build.gradle Replace Socket, ServerSocket, and HttpServer usages in tests with mocksocket versions (#22287) 2017-01-04 14:38:51 -06:00