Skip to content

Commit

Permalink
fix: enable hubspot for staging (#3545)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi authored Mar 5, 2024
1 parent 25c1e30 commit 2460c81
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions infrastructure/aws/staging/ecs-task-definition-task-processor.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@
{
"name": "ENABLE_API_USAGE_ALERTING",
"value": "True"
},
{
"name": "ENABLE_HUBSPOT_LEAD_TRACKING",
"value": "True"
},
{
"name": "HUBSPOT_IGNORE_DOMAINS",
"value": "flagsmith.com,solidstategroup.com,restmail.net,bullettrain.io,flagsmithe2etestdomain.io"
}
],
"secrets": [
Expand Down Expand Up @@ -192,6 +200,10 @@
{
"name": "INFLUXDB_TOKEN",
"valueFrom": "arn:aws:secretsmanager:eu-west-2:302456015006:secret:ECS-API-heAdoB:INFLUXDB_TOKEN::"
},
{
"name": "HUBSPOT_ACCESS_TOKEN",
"valueFrom": "arn:aws:secretsmanager:eu-west-2:302456015006:secret:ECS-API-heAdoB:HUBSPOT_ACCESS_TOKEN::"
}
],
"logConfiguration": {
Expand Down
4 changes: 4 additions & 0 deletions infrastructure/aws/staging/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@
{
"name": "USER_THROTTLE_CACHE_OPTIONS",
"value": "CLIENT_CLASS=core.redis_cluster.SafeRedisClusterClient"
},
{
"name": "ENABLE_HUBSPOT_LEAD_TRACKING",
"value": "True"
}
],
"secrets": [
Expand Down

0 comments on commit 2460c81

Please sign in to comment.