Skip to content

[ECS] [secrets]: support parameter name from AWS Secrets Manager #385

@ramilexe

Description

@ramilexe

Tell us about your request
I want to be able to inject Secret Key item from Secrets Manager to ECS container_definitions.secrets

Which service(s) is this request for?
ECS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
In task definition I have the following configuration:

"secrets": [
  {
    "valueFrom": "arn:aws:secretsmanager:us-east-1:account:secret:SECRET_NAME",
    "name": "RABBITMQ_DEFAULT_USER"
  }
]

but it gets injected as whole json object with other parameters:

image

Is it possible to get only one value from the secret?
Thank you

Metadata

Metadata

Assignees

Labels

Coming SoonECSAmazon Elastic Container Service

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions