Skip to content

Commit

Permalink
Set up the shared sg
Browse files Browse the repository at this point in the history
  • Loading branch information
svevang committed Jun 24, 2024
1 parent 06284ee commit 4f1f417
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions spire/templates/apps/augury.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1148,9 +1148,10 @@ Resources:
SECURITY_GROUP_1: !GetAtt SlowWorkerSecurityGroup.GroupId
SECURITY_GROUP_2: !Ref EcsLaunchEndpointsAccessSecurityGroupId
SECURITY_GROUP_3: !Ref KmsEndpointAccessSecurityGroupId
SECURITY_GROUP_4: !Ref CastlePostgresClientSecurityGroupId
# Using the combined legacy clickhouse + castle security groups for
# now to overcome the security group limit.
SECURITY_GROUP_4: !Ref ClickhouseLegacyClientSecurityGroupId
SECURITY_GROUP_5: !Ref SharedPostgresqlClientSecurityGroupId
SECURITY_GROUP_6: !Ref SharedClickhouseClientSecurityGroupId
STARTED_BY: !Ref AWS::StackName
ENVIRONMENT_TYPE: !Ref EnvironmentType
ROOT_STACK_ID: !Ref RootStackId
Expand Down Expand Up @@ -1199,9 +1200,6 @@ Resources:
process.env.SECURITY_GROUP_3,
process.env.SECURITY_GROUP_4,
process.env.SECURITY_GROUP_5,
// TODO: There is a max of 5 security groups per task
// TODO: Find a way to add the 6th security group
// process.env.SECURITY_GROUP_6,
],
},
},
Expand Down

0 comments on commit 4f1f417

Please sign in to comment.