docs: document TLS certificate auto-reload feature#74
Conversation
Add cert hot-reloading notes to config reference, production guide, and features table. Accompanies go-coldbrew/core#82.
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 51 minutes and 2 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Documents ColdBrew’s gRPC TLS certificate auto-reload behavior across the docs site, so users know cert rotation can be handled without restarts (e.g., Kubernetes + cert-manager/Vault-style rotations).
Changes:
- Added a TLS section note in the production how-to describing automatic cert/key reload on file changes.
- Added a config-reference note under gRPC TLS explaining cert/key watching via certinel.
- Added a “TLS with Auto-Reload” entry to the homepage features table.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| howto/production.md | Adds operational guidance that TLS cert/key files are watched and reloaded automatically. |
| config-reference.md | Documents auto-reload behavior alongside gRPC TLS env vars, including the certinel implementation detail. |
| Index.md | Highlights TLS auto-reload as a first-class framework feature on the home page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Accompanies go-coldbrew/core#82.
Test plan