-
|
Hi, i'm struggeling with enabling auf Cert-Auth forward with nginx-ingress normal forward operations are done. i've tried the following things over "configmaps" data: but i can't see @Backend-Site the headers if i add a "Test-Header" it is properly passed to the backend... 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.
Replies: 2 comments
-
|
@vepatel do you know something about forwarding client-auth-cert so upstream / backend-server |
Beta Was this translation helpful? Give feedback.
-
|
The way to pass TLS authentication to the backend application is to make use of the TLS passthrough feature.
|
Beta Was this translation helpful? Give feedback.
The way to pass TLS authentication to the backend application is to make use of the TLS passthrough feature.
See