-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[feature] Redact / Mask atlantis output #46
Milestone
Comments
Specific to With 0.4.1, you can override the default plan commands via an version: 2
projects:
- dir: terrahelp
workflow: terrahelp
workflows:
terrahelp:
plan:
steps:
- init
- run: terraform plan -no-color -out $PLANFILE | terrahelp mask The issue is where terrahelp's |
meringu
pushed a commit
to meringu/atlantis
that referenced
this issue
May 29, 2023
* Return locks when they're deleted * Implement DeletePlan and DeletePlanByPull * Clean up data from pull request on close * Delete plan on successful apply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue by @so0k
Monday Jan 29, 2018 at 06:59 GMT
Migrated from hootsuite/atlantis#235
Why was it migrated?
Is there any way to redact Atlantis output into the PR comments?
In our company there is a concern with secrets in PR comments and we would need finer control over the comments created by Atlantis.
for Terraform, opencredo/terrahelp provides masking functionality by piping Terraform output through it and masking any variables that are in the tfvars file.
At this stage I see 2 options:
or maybe there is a workaround I'm not seeing?
The text was updated successfully, but these errors were encountered: