diff --git a/content/en/docs/tasks/security/authentication/mtls-migration/index.md b/content/en/docs/tasks/security/authentication/mtls-migration/index.md index 0d36b7af86..a613d07f96 100644 --- a/content/en/docs/tasks/security/authentication/mtls-migration/index.md +++ b/content/en/docs/tasks/security/authentication/mtls-migration/index.md @@ -112,7 +112,7 @@ You can also specify a subset of the clients' request to use `ISTIO_MUTUAL` mutu After verifying it works by checking [Grafana to monitor](/docs/tasks/observability/metrics/using-istio-dashboard/), then increase the rollout scope and finally apply to all Istio client services. -## Lock down to mutual TLS (optional) +## Lock down to mutual TLS After migrating all clients to Istio services, injecting Envoy sidecar, we can lock down the `httpbin.foo` to only accept mutual TLS traffic.