-
Notifications
You must be signed in to change notification settings - Fork 594
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
Documentation/Guidance for passing client certificate to upstream service #6912
Comments
@pmalek, any suggestion/recommendations? |
Also, I tried adding TLS pass-through listener as per the documentation. it fails with error. "Only Terminate mode is supported. Only one certificate per listener is supported." FYi - I've manually deployed the latest v1.21 "experimental" gateway api CRD. https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.2.1 apiVersion: gateway.networking.k8s.io/v1
Reported status for each listener. listeners:
❯ k get crd gateways.gateway.networking.k8s.io -o yaml | head -10 apiVersion: apiextensions.k8s.io/v1 Is latest version of KIC supports TLS pass-through? |
Hello,
I'm able to enable client certificate challenge by KONG_NGINX_PROXY_SSL_VERIFY_CLIENT to "optional" and verified the certificate passed to the request through kong access log using $ssl_client_s_dn. However, wondering how I can pass that client certificate to the upstream service. I dont see any documentation or guidance surrounding it.
Is there someone implemented this successfully shed some light into how I can pass the client certificate passed in the request to the backend upstream service?
The text was updated successfully, but these errors were encountered: