-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use client cert metadata to route requests.
This commit fixes issue #2766. The prior logic in Kubernetes module used SNI to route requests to the target kubernetes cluster. This approach created problems with long cluster names exceeding 61 character DNS label limit and required setting up DNS wildcard records. This commit changes the routing to use the metadata encoded in client's x509 certificate to route the request to the target cluster. SNI approach will be supported for several versions to preserve backwards compatibility.
- Loading branch information
1 parent
d96870a
commit a6eb438
Showing
22 changed files
with
880 additions
and
218 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
Oops, something went wrong.