Skip to content

Commit c439022

Browse files
authored
Add redaction reminder for base64 encoded credentials in debug output (#540)
1 parent d6d32a4 commit c439022

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ Steps to reproduce the behavior:
2020
A clear and concise description of what you expected to happen.
2121

2222
**Debug output**
23-
Run `terraform` command with `TF_LOG=trace` and provide extended information on TF operations.
23+
Run `terraform` command with `TF_LOG=trace` and provide extended information on TF operations. **Please ensure you redact any base64 encoded credentials from your output**.
24+
eg
25+
```
26+
[DEBUG] provider.terraform-provider-elasticstack_v0.11.0: Authorization: Basic xxxxx==
27+
```
2428

2529
**Screenshots**
2630
If applicable, add screenshots to help explain your problem.

0 commit comments

Comments
 (0)