Referencing Parameter Store secret in add-on template #5633
-
Is it possible to reference the value of a Parameter Store secret from within an add-on template? If so how can this be achieved? (The documentation covers how to do this for a service manifest: https://aws.github.io/copilot-cli/docs/developing/secrets/ but not for an add-on template.) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @gidsg ! Can you explain more about your use case on why want to reference secret from Parameter store in the addon template? |
Beta Was this translation helpful? Give feedback.
-
Hello @gidsg ! Can you take look at this doc https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.html |
Beta Was this translation helpful? Give feedback.
Hello @gidsg !
Can you take look at this doc https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.html
on using dynamic references to specify template values. This will allow you to pass secrets from Parameter Store directly to addon template.