feat(backend): add CDN edge caching with surrogate keys#677
Conversation
Add cache header middleware, Fastly/Cloudflare purge client, public API routes for plans/pricing/features/config, VCL snippets, and deploy workflow.
|
@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! 🚀 |
Combine upstream Redis cache module with CDN purge client, surrogate key middleware, and public API routes. Resolve package-lock.json to retain both express and graphql dependencies.
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 34266369 | Triggered | Generic Password | 7d57c93 | backend/config/tests/redis.test.ts | 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 secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- 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.
) * feat(backend): add CDN edge caching with surrogate keys Add cache header middleware, Fastly/Cloudflare purge client, public API routes for plans/pricing/features/config, VCL snippets, and deploy workflow. * chore: automated code formatting fixes via CI pipeline * chore: automated code formatting fixes via CI pipeline
Closes #595