Skip to content

Commit

Permalink
chore(infra): adds env variables for infra and updates trusta labs st…
Browse files Browse the repository at this point in the history
…amp icon name
  • Loading branch information
aminah-io authored Aug 15, 2023
2 parents 5582c55 + e0ccb56 commit b57b301
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
8 changes: 8 additions & 0 deletions infra/production/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,14 @@ const service = new awsx.ecs.FargateService("dpopp-iam", {
name: "ZKSYNC_ERA_MAINNET_ENDPOINT",
valueFrom: `${IAM_SERVER_SSM_ARN}:ZKSYNC_ERA_MAINNET_ENDPOINT::`,
},
{
name: "PASSPORT_SCORER_BACKEND",
valueFrom: `${IAM_SERVER_SSM_ARN}:PASSPORT_SCORER_BACKEND::`,
},
{
name: "TRUSTA_LABS_ACCESS_TOKEN",
valueFrom: `${IAM_SERVER_SSM_ARN}:TRUSTA_LABS_ACCESS_TOKEN::`,
},
],
},
},
Expand Down
8 changes: 8 additions & 0 deletions infra/review/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,14 @@ const service = new awsx.ecs.FargateService("dpopp-iam", {
name: "ZKSYNC_ERA_MAINNET_ENDPOINT",
valueFrom: `${IAM_SERVER_SSM_ARN}:ZKSYNC_ERA_MAINNET_ENDPOINT::`,
},
{
name: "PASSPORT_SCORER_BACKEND",
valueFrom: `${IAM_SERVER_SSM_ARN}:PASSPORT_SCORER_BACKEND::`,
},
{
name: "TRUSTA_LABS_ACCESS_TOKEN",
valueFrom: `${IAM_SERVER_SSM_ARN}:TRUSTA_LABS_ACCESS_TOKEN::`,
},
],
},
},
Expand Down
8 changes: 8 additions & 0 deletions infra/staging/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@ const service = new awsx.ecs.FargateService("dpopp-iam", {
name: "ZKSYNC_ERA_MAINNET_ENDPOINT",
valueFrom: `${IAM_SERVER_SSM_ARN}:ZKSYNC_ERA_MAINNET_ENDPOINT::`,
},
{
name: "PASSPORT_SCORER_BACKEND",
valueFrom: `${IAM_SERVER_SSM_ARN}:PASSPORT_SCORER_BACKEND::`,
},
{
name: "TRUSTA_LABS_ACCESS_TOKEN",
valueFrom: `${IAM_SERVER_SSM_ARN}:TRUSTA_LABS_ACCESS_TOKEN::`,
},
],
},
},
Expand Down
2 changes: 1 addition & 1 deletion platforms/src/TrustaLabs/Providers-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PlatformSpec, PlatformGroupSpec, Provider } from "../types";
import { TrustaLabsProvider } from "./Providers/TrustaLabs";

export const PlatformDetails: PlatformSpec = {
icon: "./assets/trustalabsStampIcon.svg",
icon: "./assets/trustaLabsStampIcon.svg",
platform: "TrustaLabs",
name: "Trusta Labs",
description: "Connect your existing TrustaLabs Account to verify",
Expand Down

3 comments on commit b57b301

@Jawed123456
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

@Jawed123456
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

@ocexyoungg
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

Please sign in to comment.