Skip to content

Commit

Permalink
AUT-3895: External egress for Reverification.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andrew-moores committed Jan 16, 2025
1 parent c1a7a49 commit eb8251d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/terraform/oidc/reverification-result.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb8251d

Please sign in to comment.