Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ef-cf does not support Cloudformation Dynamic References #138

Open
riamaria opened this issue Sep 17, 2019 · 1 comment
Open

ef-cf does not support Cloudformation Dynamic References #138

riamaria opened this issue Sep 17, 2019 · 1 comment

Comments

@riamaria
Copy link
Contributor

riamaria commented Sep 17, 2019

I noticed this while trying to use the {{resolve:}} dynamic reference notation.

AWS now has dynamic references, but it fails template resolution.

In the meantime, I found a workaround by using the Join function.

"Fn::Join": [
    "delimiter",
    [ "{", "{resolve:secretsmanager:{{ENV}}/secret-name:SecretString:password}", "}" ]
]

Related Documentation:

@vfangellation
Copy link
Contributor

We might have to make a whitelist or something to prevent this from happening

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants