Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtimes/core: support running multiple gateways #1750

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

fredr
Copy link
Member

@fredr fredr commented Feb 4, 2025

Refactor gateway in runtime so we can support multiple gateways. This is a first step of several to get multiple gateways working.

Introduces a concept of an "internal gateway" that exposes all endpoints, but only for platform verified requests.

One difference from before is that we now validate platform requests in the gateway, before this we validated it in the service, which we still also do. So platform requests that goes through the gateway will be validated twice.

@fredr fredr requested a review from eandre February 4, 2025 14:25
@fredr fredr self-assigned this Feb 4, 2025
@encore-cla
Copy link

encore-cla bot commented Feb 4, 2025

All committers have signed the CLA.

@fredr fredr force-pushed the fredr/multi-gateway-runtime branch from 9d775ac to 435d276 Compare February 12, 2025 13:22
@fredr fredr marked this pull request as draft February 18, 2025 10:27
@fredr fredr force-pushed the fredr/multi-gateway-runtime branch from 435d276 to 2b66cfe Compare February 19, 2025 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant