Skip to content

Enable TLSRoutes to route to another namespace #2139

Closed
@mpstefan

Description

@mpstefan

As a user of NGF utilizing TLS passthrough
I want to enable my TLSRoute to route to a service in another namespace
So that my single Gateway object can route my TLS traffic to my applications in other namespaces.

Acceptance

Given that NGF is installed in namespace A
And given a TLSRoute is created referencing a service in namespace B
When a referenceGrant is created allowing the TLSRoute to access namespace B
Then incoming traffic to the Gateway in namespace A that matches the TLSRoute criteria will be forwarded to the service in namespace B

Dev Notes

As part of this issue, add tests to change_processor_test.go to cover TLSRoute CRUD events including ReferenceGrants.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestrefinedRequirements are refined and the issue is ready to be implemented.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions