Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
Signed-off-by: Icarus Wu <[email protected]>
  • Loading branch information
Icarus9913 committed Jan 13, 2025
1 parent 906c669 commit 5d580df
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/_src/policies/meshtrafficpermission.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ title: MeshTrafficPermission
{% warning %}
This policy uses new policy matching algorithm.
Do **not** combine with [TrafficPermission](/docs/{{ page.release }}/policies/traffic-permissions).
Also remember [Mutual TLS](/docs/{{ page.release }}/policies/mutual-tls) has to be enabled to make MeshTrafficPermission works.
{% endwarning %}

{% tip %}
Remember [Mutual TLS](/docs/{{ page.release }}/policies/mutual-tls) has to be enabled to make MeshTrafficPermission works.
{% endtip %}

The `MeshTrafficPermission` policy provides access control within the [Mesh](/docs/{{ page.release }}/production/mesh/).
It allows you to define granular rules about which services can communicate with each other.

## TargetRef support matrix

{% if_version gte:2.7.x %}
Expand Down

0 comments on commit 5d580df

Please sign in to comment.