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

$[taskcat_secretsmanager_] pseudo parameter does not work #817

Open
ivallhon opened this issue Jan 16, 2024 · 0 comments
Open

$[taskcat_secretsmanager_] pseudo parameter does not work #817

ivallhon opened this issue Jan 16, 2024 · 0 comments

Comments

@ivallhon
Copy link

ivallhon commented Jan 16, 2024

Describe the bug
The $[taskcat_secretsmanager_] pseudo parameter does not work. Secrets Manager Parameter Values are not resolved

To Reproduce
Steps to reproduce the behavior:

Add the $[taskcat_secretsmanager_mysecret] pseudo parameter to .taskcat.yaml and deploy a CloudFormation template, the resulting CloudFormation parameter value is $[taskcat_secretsmanager_mysecret]

  1. Are you testing a QuickStart or Custom template? - Custom
  2. Attach or link a copy of the template if possible (remove any sensitive info) - template is private, but can be reproduced with any template
  3. Provide the parameters that you passed. (remove any sensitive info) - I tried using both secret id and ARN
  4. How did you install taskcat? (docker or pip3) pip3
  5. Are you using a profile, an instance role or access keys to run taskcat? - profile
  6. Is your AWS environment configured via aws configure? - yes

Expected behavior
The taskcat resolves the Secret Value and passes it to CloudFormation

**Version (Please make sure you are running the latest version of taskcat)

  • 0.9.41

Additional context
The _get_secretsmanager_param_value_wrapper function is not invoked in the transform_parameter function

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

1 participant