Masking Sensitive data like passwords when commenting to GitHub #1082
Replies: 2 comments
This comment has been hidden.
This comment has been hidden.
-
Thank you for creating a discussion. #1083 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Overview
Masking Sensitive data like passwords when commenting to GitHub
Why is the feature needed?
Terraform masks sensitive data automatically but there are cases where it is still unable to do it.
Like :
Sometimes these resources as coded in such a fashion Terraform misses it or we want to check part of the resource but will only get
sensitive
in place.If we can mask the same before pushing it to Github that would be great.
Does the feature include Breaking Changes?
No, it should not have breaking changes. Tfcmt is parsing terraform output before posting to Github, we should be able to add a regex match and replace function easily, with a switch.
Example Code
Configuration
Reference
Beta Was this translation helpful? Give feedback.
All reactions