Skip to content

Commit

Permalink
fix(revert): disable hubspot for staging (#3576)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi authored Mar 7, 2024
1 parent 20bf9a6 commit c647fbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
12 changes: 0 additions & 12 deletions infrastructure/aws/staging/ecs-task-definition-task-processor.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,6 @@
{
"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 @@ -200,10 +192,6 @@
{
"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: 0 additions & 4 deletions infrastructure/aws/staging/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@
{
"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 c647fbd

Please sign in to comment.