mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
Fixed aws kes config example
This commit is contained in:
@ -192,13 +192,14 @@ Manager:
|
|||||||
# This example assumes that the associated AWS account has the necessary
|
# This example assumes that the associated AWS account has the necessary
|
||||||
# access key and secret key
|
# access key and secret key
|
||||||
keystore:
|
keystore:
|
||||||
secretsmanager:
|
aws:
|
||||||
endpoint: secretsmanager.REGION.amazonaws # use the Secrets Manager endpoint for your region
|
secretsmanager:
|
||||||
region: REGION # e.g. us-east-1
|
endpoint: secretsmanager.REGION.amazonaws.com # use the Secrets Manager endpoint for your region
|
||||||
kmskey: "" # Optional. The root AWS KMS key to use for cryptographic operations. Formerly described as the "Customer Master Key".
|
region: REGION # e.g. us-east-1
|
||||||
credentials:
|
kmskey: "" # Optional. The root AWS KMS key to use for cryptographic operations. Formerly described as the "Customer Master Key".
|
||||||
accesskey: "${AWSACCESSKEY}" # AWS Access Key
|
credentials:
|
||||||
secretkey: "${AWSSECRETKEY}" # AWS Secret Key
|
accesskey: "${AWSACCESSKEY}" # AWS Access Key
|
||||||
|
secretkey: "${AWSSECRETKEY}" # AWS Secret Key
|
||||||
|
|
||||||
|
|
||||||
Save the configuration file as ``~/kes/config/kes-config.yaml``. Any field with
|
Save the configuration file as ``~/kes/config/kes-config.yaml``. Any field with
|
||||||
|
Reference in New Issue
Block a user