mirror of https://github.com/docker/docs.git
Update ecs-integration.md
change 'x-asw-keys' to 'x-aws-keys'
This commit is contained in:
parent
48824ab98c
commit
f47d54d7b7
|
@ -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
|
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
|
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
|
define which entries in the JSON document to bind as a secret in your service
|
||||||
container.
|
container.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue