AWS cli documentation change
Summary
Added security documentation links for KMS key usage and updated secret management descriptions
Security assessment
Improved documentation for security configurations by adding reference links, but no indication of patching vulnerabilities. Focuses on proper secret management practices rather than fixing security flaws.
Diff
diff --git a/cli/latest/reference/datasync/create-location-smb.md b/cli/latest/reference/datasync/create-location-smb.md index c9804ab9f..b9fa528dc 100644 --- a//cli/latest/reference/datasync/create-location-smb.md +++ b//cli/latest/reference/datasync/create-location-smb.md @@ -15 +15 @@ - * [AWS CLI 2.34.5 Command Reference](../../index.html) » + * [AWS CLI 2.34.8 Command Reference](../../index.html) » @@ -180 +180 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datasy -> Make sure that DataSync has permission to access the KMS key that you specify. +> Make sure that DataSync has permission to access the KMS key that you specify. For more information, see [Using a service-managed secret encrypted with a custom KMS key](https://docs.aws.amazon.com/datasync/latest/userguide/location-credentials.html#service-secret-custom-key) . @@ -225 +225 @@ JSON Syntax: -> Specifies configuration information for a customer-managed Secrets Manager secret where the SMB storage location credentials is stored in Secrets Manager as plain text (for `Password` ) or binary (for `KerberosKeytab` ). This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. +> Specifies configuration information for a customer-managed Secrets Manager secret where the SMB storage location credentials is stored in Secrets Manager as plain text (for `Password` ) or binary (for `KerberosKeytab` ). This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. For more information, see [Using a secret that you manage](https://docs.aws.amazon.com/datasync/latest/userguide/location-credentials.html#custom-secret-custom-key) . @@ -612 +612 @@ LocationArn -> (string) - * [AWS CLI 2.34.5 Command Reference](../../index.html) » + * [AWS CLI 2.34.8 Command Reference](../../index.html) »