Skip to content

Commit

Permalink
remove client id and secret replacing with aws secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahlessner committed Oct 9, 2024
1 parent ad02a74 commit 906546d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/typeform/lambda/config/serverless-env.test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
domainName: typeform-test.ctfapps.net
CLIENT_ID: 2vyzzT2AjqrtfWKmaigvZjF8oYwUXrJABmcS5WK4MPJg
CLIENT_SECRET: 8GmDhTmmk6pp8Yrhs5kMUcJK93xhpsMvTrMDQ4Hre515
CLIENT_ID: ${ssm:/aws/reference/secretsmanager/ci/apps/typeform/test/client-id}
CLIENT_SECRET: ${ssm:/aws/reference/secretsmanager/ci/apps/typeform/test/client-secret}

0 comments on commit 906546d

Please sign in to comment.