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

Add BackendTLSPolicy support for GRPCRoute objects #3087

Open
wimnat opened this issue May 15, 2024 · 0 comments
Open

Add BackendTLSPolicy support for GRPCRoute objects #3087

wimnat opened this issue May 15, 2024 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@wimnat
Copy link

wimnat commented May 15, 2024

What would you like to be added:

In GEP-1897, the document states:

TCPRoute and GRPCRoute use cases are not addressed here, because at this point in time these two route types are not graduated to beta.

Now that GPRCRoute has graduated to v1 , I think that it should be possible to add a BackendTLSPolicy that matches on GRPCRoute objects.

Why this is needed:

Without this change, any GRPC service that is running with a TLS enabled port can not be accessed via a GPRCRoute and instead the user must fall back to using an HTTPRoute resource with the appropriate BackendTLSPolicy.

Also discussed in Slack here

@wimnat wimnat added the kind/feature Categorizes issue or PR as related to a new feature. label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant