end to end encryption details #2863
Answered
by
brianehlert
praveensounder
asked this question in
Q&A
-
Is it possible to have secure backend connections from the nginx controller. How does the communication is happening? |
Beta Was this translation helpful? Give feedback.
Answered by
brianehlert
Jul 18, 2022
Replies: 1 comment
-
Encryption from the NGINX Ingress Controller to the backends can be achieved using the egressMTLS policy. Simple example is here: https://github.com/nginxinc/kubernetes-ingress/tree/v2.3.0/examples/custom-resources/egress-mtls |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tomasohaodha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Encryption from the NGINX Ingress Controller to the backends can be achieved using the egressMTLS policy.
https://docs.nginx.com/nginx-ingress-controller/configuration/policy-resource/#egressmtls
Simple example is here: https://github.com/nginxinc/kubernetes-ingress/tree/v2.3.0/examples/custom-resources/egress-mtls
(this resource has not changed for a few versions now)