Update ecs-integration.md

change 'x-asw-keys' to 'x-aws-keys'
This commit is contained in:
Sunny 2020-09-16 00:57:33 +09:00 committed by GitHub
parent 48824ab98c
commit f47d54d7b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ Secrets will be available at runtime for your service as a plain text file `/run
The AWS Secrets Manager allows you to store sensitive data either as a plain
text (like Docker secret does), or as a hierarchical JSON document. You can
use the latter with ECS integration by using custom field `x-asw-keys` to
use the latter with ECS integration by using custom field `x-aws-keys` to
define which entries in the JSON document to bind as a secret in your service
container.