-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* TLS Passthrough support This commit adds a tlsroute controller which is further used to configure tls passthrough in envoy. Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * Adding tlsroute experimental crd in testdata update gatewayclass/gateway/httproute experimental CRDs to use standard schemas Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * keep other testdata changes out of this PR Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * added testcases for tlsroutes, include serviceport in irInfraPortName Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * lintfix Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * tlroute kubernetes provider test Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * added xds tls config validate test for passthrough Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * types test tlsroute Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * test fixes Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * xds config tests for tls passthrough Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * increase test coverage Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * testfix Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * separate xds tls listener Signed-off-by: Shubham Chauhan <shubham@tetrate.io> testfix Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * additional xds validate tests Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * tlsroute refgrant test Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * add rbac permissions for tlsroute Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * updates post rebase Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * add status updater, gateway watcher for tlsroute Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * add status update framework for tlsroute Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * lintfix, testfix, fix post rebase Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * yet another lintfix Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * refactor tlslistener/route -> tcplistener/route, xds updates Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * missed a file Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * lintfix Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * rebase, review comments Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * minor testfix Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * more Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * review comments, status deepcopy, check routes in ns Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * revert bad import, testfix, new test Signed-off-by: Shubham Chauhan <shubham@tetrate.io> * rev sort Signed-off-by: Shubham Chauhan <shubham@tetrate.io> Signed-off-by: Shubham Chauhan <shubham@tetrate.io>
- Loading branch information
1 parent
872c7f5
commit b9ed6df
Showing
56 changed files
with
3,517 additions
and
258 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.