-
Notifications
You must be signed in to change notification settings - Fork 540
Closed
Labels
kind/enhancementNew feature or requestNew feature or request
Description
A single EG<>Envoy control plane existed. #208 added TLS for the control plane by generating CA, EG, and Envoy certs. with the addition of #404, the number of Envoy's is no longer static. As an interim solution, #404 creates a wildcard certificate *.envoy-gateway
. A more secure solution should be developed that supports multiple Envoy's. One possible solution is that each deployed Envoy includes the certgen Job. Certgen would need to expose the ability to configure the SAN DNS names of the generated cert. Each managed Envoy would mount the cert and would also need to get the CA cert generated by EG.
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or request