mirror of https://github.com/docker/docs.git
Merge pull request #11376 from asprin107/fix/ecs-integration
Update ecs-integration.md
This commit is contained in:
commit
76323407cb
|
@ -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