mirror of https://github.com/istio/istio.io.git
				
				
				
			Add note to explain authentication mesh policy CRD kind. (#3540)
* Add note for the mesh policy to explain the different with regular (namespace and service) policies * Address comment
This commit is contained in:
		
							parent
							
								
									85acb221eb
								
							
						
					
					
						commit
						423085227e
					
				|  | @ -105,6 +105,11 @@ spec: | |||
| EOF | ||||
| {{< /text >}} | ||||
| 
 | ||||
| {{< tip >}} | ||||
| The mesh authentication policy uses the [regular authentication policy API](/docs/reference/config/istio.authentication.v1alpha1/) | ||||
|  it is defined in the cluster-scoped `MeshPolicy` CRD. | ||||
|  {{< /tip >}} | ||||
| 
 | ||||
| This policy specifies that all workloads in the mesh will only accept encrypted requests using TLS. As you can see, this authentication policy has the kind: | ||||
|  `MeshPolicy`. The name of the policy must be `default`, and it contains no `targets` specification (as it is intended to apply to all services in the mesh). | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue