mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-23 08:12:08 +00:00
encryption_config: Mention environment in credential sources for KMS
The help string for the `--kms-hosts` command-line option mentions only the AWS credentials file as a fall-back search path, in case no explicit credentials are given. Extend the help string to mention the environment as well. Make it clear that the environment has higher precedence than the credentials file. Signed-off-by: Nikos Dragazis <nikolaos.dragazis@scylladb.com>
This commit is contained in:
@@ -82,7 +82,7 @@ Actual connection can be either an explicit endpoint (<host>:<port>), or selecte
|
||||
If aws_use_ec2_region is true, regions is instead queried from EC2 metadata.
|
||||
|
||||
Authentication can be explicit with aws_access_key_id and aws_secret_access_key. Either secret or both can be omitted
|
||||
in which case the provider will try to read them from AWS credentials in ~/.aws/credentials
|
||||
in which case the provider will try to read them from the environment, and then from AWS credentials in ~/.aws/credentials
|
||||
|
||||
If aws_use_ec2_credentials is true, authentication is instead queried from EC2 metadata.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user