File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,12 @@ ECS_SUBNET_ID=subnet-xxxxxxxx
176176INBOUND_TG_ARN=arn:aws:elasticloadbalancing:<region>:<account-id>:targetgroup/<name>/<id>
177177ADMIN_TG_ARN=arn:aws:elasticloadbalancing:<region>:<account-id>:targetgroup/<name>/<id>
178178
179+ CLUSTER_NAME=CREDO-CONTROLLER-CLUSTER # ECS cluster name for credo controller
180+ TASKDEFINITION_FAMILY=CREDO-CONTROLLER-TASKDEFINITION # ECS taskdefinition name for credo controller
181+ PROTOCOL=http
182+ AWS_ACCOUNT_ID=xxxxx // Please provide your AWS account Id
183+ S3_BUCKET_ARN=arn:aws:s3:::xxxxx // Please provide your AWS bucket arn
184+
179185# To add more client add the following variables for each additional client.
180186# Replace the `CLIENT-NAME` with the appropriate client name as added in `SUPPORTED_SSO_CLIENTS`
181187# Default client will not need the following details
Original file line number Diff line number Diff line change @@ -197,6 +197,10 @@ ECS_SUBNET_ID=subnet-xxxxxxxx
197197INBOUND_TG_ARN = arn:aws:elasticloadbalancing:<region>:<account-id>:targetgroup/<name>/<id>
198198ADMIN_TG_ARN = arn:aws:elasticloadbalancing:<region>:<account-id>:targetgroup/<name>/<id>
199199
200+ CLUSTER_NAME = CREDO-CONTROLLER-CLUSTER # ECS cluster name for credo controller
201+ TASKDEFINITION_FAMILY = CREDO-CONTROLLER-TASKDEFINITION # ECS taskdefinition name for credo controller
202+ PROTOCOL = http
203+
200204# To add more client add the following variables for each additional client.
201205# Replace the `CLIENT-NAME` with the appropriate client name as added in `SUPPORTED_SSO_CLIENTS`
202206# Default client will not need the following details
You can’t perform that action at this time.
0 commit comments