Skip to content

Commit

Permalink
fix(iam): added github stamps FF variable to the iam infra (passportx…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored Jul 5, 2023
1 parent 2da8fcb commit 20dfadd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/production/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@ const service = new awsx.ecs.FargateService("dpopp-iam", {
name: "EAS_GITCOIN_SCORE_SCHEMA",
valueFrom: `${IAM_SERVER_SSM_ARN}:EAS_GITCOIN_SCORE_SCHEMA::`,
},
{
name: "FF_NEW_GITHUB_STAMPS",
valueFrom: `${IAM_SERVER_SSM_ARN}:FF_NEW_GITHUB_STAMPS::`,
},
],
},
},
Expand Down
4 changes: 4 additions & 0 deletions infra/review/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,10 @@ const service = new awsx.ecs.FargateService("dpopp-iam", {
name: "EAS_GITCOIN_SCORE_SCHEMA",
valueFrom: `${IAM_SERVER_SSM_ARN}:EAS_GITCOIN_SCORE_SCHEMA::`,
},
{
name: "FF_NEW_GITHUB_STAMPS",
valueFrom: `${IAM_SERVER_SSM_ARN}:FF_NEW_GITHUB_STAMPS::`,
},
],
},
},
Expand Down
4 changes: 4 additions & 0 deletions infra/staging/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ const service = new awsx.ecs.FargateService("dpopp-iam", {
name: "EAS_GITCOIN_SCORE_SCHEMA",
valueFrom: `${IAM_SERVER_SSM_ARN}:EAS_GITCOIN_SCORE_SCHEMA::`,
},
{
name: "FF_NEW_GITHUB_STAMPS",
valueFrom: `${IAM_SERVER_SSM_ARN}:FF_NEW_GITHUB_STAMPS::`,
},
],
},
},
Expand Down

0 comments on commit 20dfadd

Please sign in to comment.