Replies: 1 comment
-
@vepatel do you know something about forwarding client-auth-cert so upstream / backend-server |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i'm struggeling with enabling auf Cert-Auth forward with nginx-ingress
normal forward operations are done.
but it seems, that nginx isn't passing the Cert-Auth to the Upstream-Backend...
i've tried the following things over "configmaps"
data:
location-snippets: |
proxy_set_header X-SSL-CERT $ssl_client_escaped_cert;
proxy_set_header ssl-client-cert $ssl_client_escaped_cert;
proxy_set_header SSL_CLIENT_CERT $ssl_client_escaped_cert;
proxy_pass_request_headers on;
but i can't see @Backend-Site the headers if i add a "Test-Header"
proxy_set_header TestHeader "Test-Header";
it is properly passed to the backend...
Also customized headers injected from the client
maybe i'm in the woods... and i can't see the solution... but maybe some one else had already this pain / issue
Thank you
Beta Was this translation helpful? Give feedback.
All reactions