You are browsing documentation for an older version. See the latest documentation here.
Policies
Here you can find the list of Policies that Kong Mesh supports.
Going forward from version 2.0, Kong Mesh is transitioning from source/destination policies to targetRef
policies.
The following table shows the equivalence between source/destination and targetRef
policies:
If you are new to Kuma you should only need to use
targetRef
policies. If you already use source/destination policies you can keep using them. Future versions of Kuma will provide a migration path. You can mix targetRef and source/destination policies as long as they are of different types. For example: You can useMeshTrafficPermission
withFaultInjection
but you can’t useMeshTrafficPermission
withTrafficPermission
.