emissary-ingress / emissary

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
https://www.getambassador.io
Apache License 2.0
4.32k stars 685 forks source link

adding validate_upstream_certs #5576

Open aburan28 opened 4 months ago

aburan28 commented 4 months ago

Description

Currently emissary does not offer a way to validate upstream TLS certificates despite envoy supporting this feature https://www.envoyproxy.io/docs/envoy/latest/start/quick-start/securing

Related Issues

https://github.com/emissary-ingress/emissary/issues/1646

Testing

A few sentences describing what testing you've done, e.g., manual tests, automated tests, deployed in production, etc.

Checklist