Skip to content

Commit

Permalink
etc: prepare the config for 1.3 release (#59)
Browse files Browse the repository at this point in the history
* etc: prepare the config for 1.3 release

* etc: update prod signing_key
  • Loading branch information
patrislav authored Jul 22, 2024
1 parent eab891d commit 08c8237
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/waas-auth.dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ QwIDAQAB
verification_contexts_table = "dev_verification_contexts"

[kms]
signing_key = "arn:aws:kms:ca-central-1:767397863481:key/92898dc1-36f5-4858-b126-060fccc8467a"
tenant_keys = ["arn:aws:kms:ca-central-1:767397863481:key/eea4d73b-f055-4941-9fc9-8ed3cff162be"]
default_session_keys = ["arn:aws:kms:ca-central-1:767397863481:key/eea4d73b-f055-4941-9fc9-8ed3cff162be"]

Expand Down
11 changes: 11 additions & 0 deletions etc/waas-auth.next.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,19 @@ QwIDAQAB
tenants_table = "next_tenants"
accounts_table = "next_accounts"
sessions_table = "next_sessions"
verification_contexts_table = "next_verification_contexts"

[kms]
tenant_keys = ["arn:aws:kms:us-east-2:381492247697:key/d897ff70-12ad-4fa4-96e4-e4406db1c043"]
default_session_keys = ["arn:aws:kms:us-east-2:381492247697:key/e1b4f197-824a-4662-93f4-89c513fed621"]
default_transport_keys = ["arn:aws:kms:us-east-2:381492247697:key/1881e673-f18d-4558-829a-13b818c03065"]

[ses]
region = "us-east-2"
source = "[email protected]"
source_arn = "arn:aws:ses:ca-central-1:905418177568:identity/sequence.app"
access_role_arn = "arn:aws:iam::905418177568:role/next-mailer"

[builder]
base_url = "https://next-api.sequence.build"
secret_id = "next-builder-jwt"
12 changes: 12 additions & 0 deletions etc/waas-auth.prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,19 @@ MQIDAQAB
tenants_table = "prod_tenants"
accounts_table = "prod_accounts"
sessions_table = "prod_sessions"
verification_contexts_table = "prod_verification_contexts"

[kms]
signing_key = "arn:aws:kms:ca-central-1:471112509263:key/61692203-b01b-4892-97ff-4b6d680970c4"
tenant_keys = ["arn:aws:kms:ca-central-1:471112509263:key/d31f2bc7-cc61-4053-a014-dd3848611cd5"]
default_session_keys = ["arn:aws:kms:ca-central-1:471112509263:key/d31f2bc7-cc61-4053-a014-dd3848611cd5"]

[ses]
region = "ca-central-1"
source = "[email protected]"
source_arn = "arn:aws:ses:ca-central-1:654654366566:identity/sequence.app"
access_role_arn = "arn:aws:iam::654654366566:role/prod-mailer"

[builder]
base_url = "https://api.sequence.build"
secret_id = "prod-builder-jwt"

0 comments on commit 08c8237

Please sign in to comment.