Skip to content

Commit 61bcfa6

Browse files
committed
fix(mesh): escape liquid template syntax in ecs.md
Wrap label workload example in raw tags to prevent Jekyll parsing error Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com>
1 parent 102f93d commit 61bcfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/mesh/ecs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ In particular, every role must be tagged at a minimum with `kuma.io/type` set to
8787
either `dataplane`, `ingress`, or `egress`. For `dataplane`, i.e. a normal data
8888
plane proxy, the `kuma.io/mesh` tag is also required to be set.
8989

90-
{% new_in 2.13 %} When using [`MeshIdentity`](/mesh/meshidentity/) with the `kuma.io/workload` label in its SPIFFE ID path template (e.g., `{{ label "kuma.io/workload" }}`), the IAM role must also include a matching `kuma.io/workload` tag. This validation is enforced to ensure secure identity binding between IAM roles and dataplanes when workload labels are used.
90+
{% new_in 2.13 %} When using [`MeshIdentity`](/mesh/meshidentity/) with the `kuma.io/workload` label in its SPIFFE ID path template (e.g., `{% raw %}{{ label "kuma.io/workload" }}{% endraw %}`), the IAM role must also include a matching `kuma.io/workload` tag. This validation is enforced to ensure secure identity binding between IAM roles and dataplanes when workload labels are used.
9191

9292
This means that the setting of these tags on IAM roles
9393
must be restricted accordingly for your AWS account

0 commit comments

Comments
 (0)