feat(db): add read-replica routing with lag monitoring and Terraform#644
feat(db): add read-replica routing with lag monitoring and Terraform#644od-hunter wants to merge 2 commits into
Conversation
|
@od-hunter Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 15742864 | Triggered | Generic Password | f654253 | docker-compose.yml | View secret |
| 15762030 | Triggered | Generic Password | f654253 | docker-compose.yml | 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.
Route SELECT/WITH queries to read replicas via ReadWritePool, with automatic failback to primary on high lag or replica failure, PgBouncer-backed local dev, Prometheus replication metrics, and RDS read replica Terraform provisioning.
7d329cf to
2e4caba
Compare
Closes #594