Tetrate Istio SubscriptionVersion: Next
Enable TLS
This page describes how to secure the TIS Dashboard with TLS. By default, TIS Dashboard is deployed without TLS enabled. To secure the TIS Dashboard with TLS, you need to provide a valid TLS certificate and key.
TIS Dashboard provide two options to secure the TIS Dashboard with TLS:
- Using generated certificate. TIS Helm installation can generate TLS certificate automatically
- If you don't provide CA certificate and CA key, TIS Dashboard Helm will generate a self-signed certificate and key.
- If you provide CA certificate and CA key, TIS Dashboard Helm will generate a certificate and key signed by the provided CA certificate and CA key.
- Using existing certificate. You can use an existing TLS certificate to secure the TIS Dashboard. You need to create a TLS certificate as a secret in the same namespace where TIS Dashboard is deployed then provide the secret name to TIS Dashboard Helm values when installing or upgrading TIS Dashboard.