--- title: Can I enable Istio Auth with some services while disable others in the same cluster? weight: 30 --- Starting with Istio 0.8, you can use [authentication policy](/docs/concepts/security/authn-policy/) to enable (or disable) mutual TLS per service. For example, the policy below will disable mutual TLS on port 9080 for service `details` ```bash cat <