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

Parameter NoEcho in Metadata or Outputs #3065

Open
2 tasks done
kddejong opened this issue Feb 21, 2024 · 0 comments
Open
2 tasks done

Parameter NoEcho in Metadata or Outputs #3065

kddejong opened this issue Feb 21, 2024 · 0 comments
Labels
v1 v1.X

Comments

@kddejong
Copy link
Contributor

Is this feature request related to a new rule or cfn-lint capabilities?

rules

Describe the feature you'd like to request

Using the NoEcho attribute does not mask any information stored in the following:

The Metadata template section. CloudFormation does not transform, modify, or redact any information you include in the Metadata section. For more information, see [Metadata](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html).

The Outputs template section. For more information, see [Outputs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/outputs-section-structure.html).

The Metadata attribute of a resource definition. For more information, [Metadata attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html).

We strongly recommend you do not use these mechanisms to include sensitive information, such as passwords or secrets.

Describe the solution you'd like

Validate that any parameters with NoEcho are not in Metadata or Outputs

Additional context

No response

Is this something that you'd be interested in working on?

  • 👋 I may be able to implement this feature request

Would this feature include a breaking change?

  • ⚠️ This feature might incur a breaking change
@kddejong kddejong changed the title Parameter NoEcho Parameter NoEcho in Metadata or Outputs Feb 21, 2024
@kddejong kddejong added the v1 v1.X label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1 v1.X
Projects
None yet
Development

No branches or pull requests

1 participant