AWS AmazonECS documentation change
Summary
Removed mention of specifying secret versions when injecting secrets as environment variables
Security assessment
Change reduces specificity in secret version handling but does not explicitly address a security issue or add new security documentation.
Diff
diff --git a/AmazonECS/latest/developerguide/secrets-envvar-secrets-manager.md index e77b775d8..1a987fc55 100644 --- a/AmazonECS/latest/developerguide/secrets-envvar-secrets-manager.md +++ b/AmazonECS/latest/developerguide/secrets-envvar-secrets-manager.md @@ -9 +9 @@ Create the AWS Secrets Manager secretAdd the environment variable to the contain -When you inject a secret as an environment variable, you can specify the full contents of a secret, a specific JSON key within a secret, or a specific version of a secret to inject. This helps you control the sensitive data exposed to your container. For more information about secret versioning, see [What's in a Secrets Manager secret?](https://docs.aws.amazon.com/secretsmanager/latest/userguide/whats-in-a-secret.html#term_version) in the _AWS Secrets Manager User Guide_. +When you inject a secret as an environment variable, you can specify the full contents of a secret, a specific JSON key within a secret. This helps you control the sensitive data exposed to your container. For more information about secret versioning, see [What's in a Secrets Manager secret?](https://docs.aws.amazon.com/secretsmanager/latest/userguide/whats-in-a-secret.html#term_version) in the _AWS Secrets Manager User Guide_.