Skip to content

Commit 89440f9

Browse files
Merge pull request #18 from Geode-solutions/fix/vease_security_group
fix(vease_config): SECURITY_GROUP
2 parents 16c15d3 + f843a0f commit 89440f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambda_function/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
121121
"PING_ROUTE": f"/{ID}/opengeodeweb_back/ping",
122122
"ORIGINS": "https://vease.geode-solutions.com",
123123
"SECONDS_BETWEEN_TRIES": 0.25,
124-
"SECURITY_GROUP": "sg-01bcf5f64e3427fd3",
124+
"SECURITY_GROUP": "sg-0352ea112857ae7b9",
125125
"SUBNET_ID": "subnet-0882d674b17515f6a",
126126
"TASK_DEF_NAME": "Vease-Master",
127127
"VPC_ID": "vpc-0e58c4d6976fb2aac",
@@ -140,7 +140,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
140140
"PING_ROUTE": f"/{ID}/opengeodeweb_back/ping",
141141
"ORIGINS": "https://next.vease.geode-solutions.com",
142142
"SECONDS_BETWEEN_TRIES": 0.25,
143-
"SECURITY_GROUP": "sg-07787694c5fdf2429",
143+
"SECURITY_GROUP": "sg-0352ea112857ae7b9",
144144
"SUBNET_ID": "subnet-0882d674b17515f6a",
145145
"TASK_DEF_NAME": "Vease-Next",
146146
"VPC_ID": "vpc-0e58c4d6976fb2aac",

0 commit comments

Comments
 (0)