fix: exporter no auth to redis#743
Conversation
Signed-off-by: drivebyer <wuyangmuc@gmail.com>
|
| GitGuardian id | Secret | Commit | Filename | |
|---|---|---|---|---|
| - | Generic Password | 0a9f710 | tests/e2e-chainsaw/v1beta2/password/redis-cluster/secret.yaml | View secret |
| - | Generic Password | 0a9f710 | tests/e2e-chainsaw/v1beta2/password/redis-standalone/secret.yaml | View secret |
| - | Generic Password | 0a9f710 | tests/e2e-chainsaw/v1beta2/password/redis-replication/secret.yaml | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
Signed-off-by: drivebyer <wuyangmuc@gmail.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #743 +/- ##
==========================================
- Coverage 28.75% 28.74% -0.01%
==========================================
Files 19 19
Lines 3269 3287 +18
==========================================
+ Hits 940 945 +5
- Misses 2295 2307 +12
- Partials 34 35 +1 ☔ View full report in Codecov by Sentry. |
This pr change e2e password from |
Description
Fixes #724
Type of change
Checklist
Additional Context