feat(ui): add zero-downtime api key rotation blog post#2742
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughA new blog post titled "API Key Rotation - How we secure your api keys" is added. It covers rotation concepts, BYOK provider key rotation, the double-key roll pattern for gateway keys, TTL-based automatic expiration, best practices, FAQ, and a closing CTA with links to sign up and documentation. ChangesBlog Post: API Key Rotation Guide
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@apps/ui/src/content/blog/2026-06-18-api-key-rotation.md`:
- Around line 25-26: The heading "What is API Key Rotation?" currently uses
three hash marks (###) which creates an h3 heading, but this violates markdown
heading level rules since there is an h2 heading appearing later in the
document. Change the heading "What is API Key Rotation?" from three hash marks
(###) to two hash marks (##) to create an h2 heading and maintain proper heading
level incrementing in the markdown structure.
- Around line 69-73: Add a language specifier to the fenced code block
containing the ASCII diagram showing the gateway key architecture. Change the
opening backticks from ``` to ```text (or ```plaintext) to comply with the
markdown linting rule MD040 that requires language declarations for all fenced
code blocks. The diagram starts with [ Your App ] and shows the flow through the
LLM Gateway.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: f6dbdb3d-1e74-46d3-b9e5-c02875ccaa2e
⛔ Files ignored due to path filters (1)
apps/ui/public/blog/api-key-rotation.pngis excluded by!**/*.png
📒 Files selected for processing (1)
apps/ui/src/content/blog/2026-06-18-api-key-rotation.md
Adds the new blog post explaining zero-downtime API key rotation using LLM Gateway, including competitive comparisons to OpenRouter and custom visual cover art.
Summary by CodeRabbit