cloud/nexus/limits: document caller Namespace cap per Endpoint - #4907
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Add the 1,000 caller Namespace maximum (a Nexus Endpoint's Access Policy allowlist) to the Cloud limits reference and the Nexus limits summary page, matching the new server-side validation cap.
mobyvb
force-pushed
the
mvb/scaling-nexus-policy-specs
branch
from
July 17, 2026 14:18
74f824e to
7b04064
Compare
nikki-dag
approved these changes
Jul 17, 2026
brianmacdonald-temporal
approved these changes
Jul 17, 2026
jsundai
approved these changes
Jul 17, 2026
Contributor
|
Thanks mobyvb for the contribution. 🙌 Let me know when this is ready to merge! |
Contributor
Author
|
@jsundai I want to wait until Monday when the limit will actually be deployed. I will send you a ping then. |
Contributor
Author
|
@jsundai this is ready to be merged |
Duncanma
approved these changes
Jul 21, 2026
bechols
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Documents a new Nexus Endpoint limit: an Endpoint's Access Policy (the allowlist of caller Namespaces permitted to use it) is capped at 1,000 entries.
/cloud/limits)./cloud/nexus/limits).The limit was not previously documented, so this adds a new entry rather than editing an existing number.
Notes to reviewers
This documents a server-side validation cap being added in the control plane (internal ticket CLDGR-1790); the code PR is not yet merged, so please coordinate merge timing so the docs don't describe the limit before it ships. The cap value is 1,000, set well above the current largest Access Policy so no existing Endpoint is affected.
┆Attachments: EDU-6741 cloud/nexus/limits: document caller Namespace cap per Endpoint