You can determine what source services are allowed to consume specific destination services. The field is mandatory in both sources and destinations.

    In the example below, the destinations includes not only the service property, but also an additional version tag. You can include any arbitrary tags to any

    On Kubernetes:

    1. apiVersion: kuma.io/v1alpha1
    2. kind: TrafficPermission
    3. mesh: default
    4. metadata:
    5. name: permission-1
    6. spec:
    7. rules:
    8. service: backend
    9. destinations:
    10. - match:
    11. service: redis