From eb8251d0ceeb71a4773326a1ad329d664a5da232 Mon Sep 17 00:00:00 2001 From: Andrew Moores Date: Thu, 16 Jan 2025 15:48:00 +0000 Subject: [PATCH] AUT-3895: External egress for Reverification. The ReverificationResultHandler lambda needs to call the IPV API for token and userinfo requests. To allow this its needs to external egress given by the authentication_egress_security_group_id security group. --- ci/terraform/oidc/reverification-result.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/terraform/oidc/reverification-result.tf b/ci/terraform/oidc/reverification-result.tf index 4dc7621ad6..6d68eb1245 100644 --- a/ci/terraform/oidc/reverification-result.tf +++ b/ci/terraform/oidc/reverification-result.tf @@ -55,7 +55,7 @@ module "reverification_result" { authentication_vpc_arn = local.authentication_vpc_arn security_group_ids = [ - local.authentication_security_group_id, + local.authentication_egress_security_group_id, local.authentication_oidc_redis_security_group_id, ] subnet_id = local.authentication_private_subnet_ids