CatalystCode / kubemalt

Kubernetes guidance for MALT (Monitoring, Alerting, Logging, and Tracing)
6 stars 2 forks source link

Configure HTTPS for Istio/Project-Jackson #38

Closed evanlouie closed 5 years ago

evanlouie commented 5 years ago

As a project jackson user, I want the application to be served over HTTPS so the data I send over the wire is secured.

AC: Generate a self signed tls certificate and use it to enable simple or mutual TLS (https://istio.io/docs/tasks/traffic-management/secure-ingress/)

evanlouie commented 5 years ago

Closing: documentation already available at https://istio.io/docs/tasks/traffic-management/secure-ingress/