Skip to content

Commit

Permalink
fix: get the OUTDID_API_SECRET from the correct secrets manager (pass…
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina authored May 23, 2024
1 parent 9798a09 commit a6afb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/aws/iam_secrets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@ export const getIamSecrets = (PASSPORT_VC_SECRETS_ARN: string, IAM_SERVER_SSM_AR
},
{
name: "OUTDID_API_SECRET",
valueFrom: `${PASSPORT_VC_SECRETS_ARN}:OUTDID_API_SECRET::`,
valueFrom: `${IAM_SERVER_SSM_ARN}:OUTDID_API_SECRET::`,
},
];

0 comments on commit a6afb3c

Please sign in to comment.