Skip to content

Commit

Permalink
etc: enable email & stytch migrations on prod (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrislav authored Aug 28, 2024
1 parent 2e777f0 commit d260064
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions etc/waas-auth.prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,13 @@ MQIDAQAB
[signing]
issuer = "https://waas.sequence.app"
audience_prefix = "https://sequence.build/project/"

[[migrations.oidc_to_stytch]]
sequence_project = 9061
stytch_project = "project-live-54153c61-3f32-4759-8694-1542c02fed77"
from_issuer = "https://saltwatergames.com"

[migrations.oidc_to_email]
enabled = true
issuer_prefix = "https://cognito-idp.ca-central-1.amazonaws.com/"
projects = [6491, 16815, 18922]

0 comments on commit d260064

Please sign in to comment.