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

replace MeshGateway with a namespaced MeshBuiltinGateway #10014

Open
lahabana opened this issue Apr 19, 2024 · 1 comment
Open

replace MeshGateway with a namespaced MeshBuiltinGateway #10014

lahabana opened this issue Apr 19, 2024 · 1 comment
Labels
kind/feature New feature triage/accepted The issue was reviewed and is complete enough to start working on it

Comments

@lahabana
Copy link
Contributor

lahabana commented Apr 19, 2024

Description

Maybe MeshBuiltinGateway is the right name.

Or maybe we have a general Gateway object to deal with provided gw too.

We'd need a way to restrict route attachment like Gateway API's allowedRoutes

@lahabana lahabana added triage/pending This issue will be looked at on the next triage meeting kind/feature New feature labels Apr 19, 2024
@jakubdyszkiewicz jakubdyszkiewicz added triage/accepted The issue was reviewed and is complete enough to start working on it and removed triage/pending This issue will be looked at on the next triage meeting labels Apr 22, 2024
@lobkovilya
Copy link
Contributor

additional context from @michaelbeaumont

the one thing you can't do, either now or with namespaced MeshBuiltinGateway, is give permission for a strict subset of namespaces. like if I want to expose a gateway to route traffic to payments and orders I have to create a MeshGateway/kuma-system MeshBuiltinGateway, but either way, I still need kuma-system Routes. I can't give someone from payments/orders the option to only expose both payments/orders, so you always have to go through the mesh operator.

for the namespaced MeshBuiltinGateway to be truly more useful I think you'd need ReferenceGrant. so you could create a payments MeshBuiltinGateway, create payments routes and create a orders ReferenceGrant allowing refs from payments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature triage/accepted The issue was reviewed and is complete enough to start working on it
Projects
None yet
Development

No branches or pull requests

3 participants