Skip to content

Commit d8d61c2

Browse files
committed
fix(deps): set vite port to 3000 for netlify-cli
netlify-cli 23.12.1 has stricter port detection. Config had port 2036 but netlify.toml expects 3000, causing CI failure. - config/vite.json: port 2036 -> 3000 - vite.config.ts: add server.port for consistency Fixes timeout waiting for framework port in CI check-links. Signed-off-by: Marcin Skalski <[email protected]>
1 parent 61bcfa6 commit d8d61c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/mesh/ecs.md

Lines changed: 2 additions & 2 deletions
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., `{% 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.
90+
{% new_in 2.13 %} When using [`MeshIdentity`](/mesh/policies/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
@@ -236,7 +236,7 @@ It must always have the `kuma.io/type` tag set to either `"dataplane"`,
236236

237237
If it's a `"dataplane"` type, then it must also have the `kuma.io/mesh` tag set.
238238

239-
{% new_in 2.13 %} When a [`MeshIdentity`](/mesh/meshidentity/) resource uses the `kuma.io/workload` label in its SPIFFE ID path template, the IAM role must include a `kuma.io/workload` tag that matches the dataplane's metadata labels. Ensure that:
239+
{% new_in 2.13 %} When a [`MeshIdentity`](/mesh/policies/meshidentity/) resource uses the `kuma.io/workload` label in its SPIFFE ID path template, the IAM role must include a `kuma.io/workload` tag that matches the dataplane's metadata labels. Ensure that:
240240

241241
- **For Kubernetes**: Add `kuma.io/workload` to Pod labels (automatically synced to dataplane metadata)
242242
- **For Universal/ECS**: Add `kuma.io/workload` to dataplane metadata labels:

0 commit comments

Comments
 (0)