docs: document service account token daily rate limit#600
Conversation
Add a Service account token rate limits subsection under Authenticate to the Cloud API in the security/authentication page, covering the HTTP 429 response, token caching guidance, and the Support contact path for higher daily limits. Add a matching What's New entry under May 2026. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis PR documents a new service account token rate-limiting feature in Redpanda Cloud. It adds two complementary documentation sections: one entry in the May 2026 "what's new" changelog, and one detailed section in the cloud authentication guide. Together, they explain the organization-level daily quota for service account access token requests, describe the HTTP 429 response when the limit is exceeded, recommend token caching strategies, and provide an escalation path for organizations requiring higher limits. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested reviewers
🚥 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)
Comment |
Mateoc
left a comment
There was a problem hiding this comment.
LGTM
I think we should include how Auth0-Organization-Quota-Limit header works, is the way to track the quota. Here is some info on how it works https://github.com/redpanda-data/cupboard/blob/main/engineering/auth/2026-05-22-service-account-token-rate-limit.md ping me for clarification
Expand the Service account token rate limits subsection with the quota header format, field meanings, and the on-429 retry guidance (find the bucket whose r is 0, back off for t seconds). This is the only quota-tracking surface customers have today. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Summary
Service account token rate limitssubsection underAuthenticate to the Cloud APIinmodules/security/pages/cloud-authentication.adoc, covering theHTTP 429response, token caching guidance, and the path to contact Redpanda Support for higher daily limits.modules/get-started/pages/whats-new-cloud.adoclinking back to the new subsection.Reference (internal): cupboard
engineering/auth/2026-05-22-service-account-token-rate-limit.mdand the matching runbook.Preview pages
Test plan
Security > Authentication > Service account token rate limitsrenders belowAuthenticate to the Cloud APIand aboveEnable mTLS authenticationGet Started > What's New > May 2026 > Service account token rate limitsrenders and theSeelink resolves to the new anchor on the authentication page🤖 Generated with Claude Code