chore(cells): Convert relay endpoints to internal#107198
Merged
Conversation
Convert 6 relay endpoints from region_silo_endpoint to internal_region_silo_endpoint: - register_challenge.py - register_response.py - project_configs.py - public_keys.py - health_check.py - details.py These are internal APIs used by Relay, not customer-facing endpoints. Internal endpoints are not subject to URL pattern rules required for cells compliance. Follows pattern established in: - PR #103844 (internal_region_silo_endpoint introduction) - PR #104397 (preprod endpoint conversion) Related: RelayIndex endpoint was removed in d43596a as incompatible with cells. Co-authored-by: Claude <noreply@anthropic.com>
markstory
approved these changes
Jan 29, 2026
Member
markstory
left a comment
There was a problem hiding this comment.
Looks good. Context for other folks - the 'internal' markers only impact how CI views these endpoints as far as URL conformance goes. The endpoints will continue to be accessible to Relay. This doc has more details on how relay + cells is going to work.
priscilawebdev
pushed a commit
that referenced
this pull request
Feb 2, 2026
Convert 6 relay endpoints from `region_silo_endpoint` to `internal_region_silo_endpoint`: - register_challenge.py - register_response.py - project_configs.py - public_keys.py - health_check.py - details.py Similar to #104397 Not converting the `RelayIndex` endpoint since it's being removed here: #106998 Co-authored-by: Claude <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Convert 6 relay endpoints from
region_silo_endpointtointernal_region_silo_endpoint:Similar to #104397
Not converting the
RelayIndexendpoint since it's being removed here: #106998