From 8704da6f5fd891406adacb82661934a6bfa8347d Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Mon, 6 May 2024 13:48:05 +0200 Subject: [PATCH] fixup! terraform: add missing policies for AWS ALB --- docs/docs/workflows/lb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/workflows/lb.md b/docs/docs/workflows/lb.md index 01ac1e3fb..868e61076 100644 --- a/docs/docs/workflows/lb.md +++ b/docs/docs/workflows/lb.md @@ -24,5 +24,5 @@ If a service can be exposed on a `NodePort`, the target type `instance` can be u See [Application load balancing on Amazon EKS](https://docs.aws.amazon.com/eks/latest/userguide/alb-ingress.html) for more information. :::caution -Ingress handlers backed by AWS ALBs reside outside the Constellation cluster, so they should not be handling sensitive traffic. +Ingress handlers backed by AWS ALBs reside outside the Constellation cluster, so they shouldn't be handling sensitive traffic! :::