TLS Passthrough in Kong #3913
Unanswered
patrickgatiri
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @patrickgatiri 👋 What you're looking for is |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I need help configuring Kong to allow TLS passthrough to the upstream service.
I have deployed Kong as an ingress controller for my Kubernetes cluster. I am using
Capsule: https://github.com/clastix/capsule
as my multitenant solution. I have deployedCapsule Proxy: https://github.com/clastix/capsule-proxy
as a reverse proxy for the Kubernetes API server. In order to authenticate the user, Capsule needs to be aware of the client certificates that a user provides to the ingress controller. This means that Kong needs not terminate the TLS connection from the client, but rather pass it forward as is to the capsule proxy.I would really appreciate any help I can get.
Beta Was this translation helpful? Give feedback.
All reactions