Skip to content

Commit

Permalink
etc: configure JWT signing for all envs
Browse files Browse the repository at this point in the history
  • Loading branch information
patrislav committed Jul 25, 2024
1 parent 180c8a0 commit 204456a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
4 changes: 4 additions & 0 deletions etc/waas-auth.dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ QwIDAQAB
[builder]
base_url = "https://dev-api.sequence.build"
secret_id = "dev-builder-jwt"

[signing]
issuer = "https://dev-waas.sequence.app"
audience_prefix = "https://dev.sequence.build/project/"
4 changes: 4 additions & 0 deletions etc/waas-auth.next.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ QwIDAQAB
[builder]
base_url = "https://next-api.sequence.build"
secret_id = "next-builder-jwt"

[signing]
issuer = "https://next-waas.sequence.app"
audience_prefix = "https://next.sequence.build/project/"
4 changes: 4 additions & 0 deletions etc/waas-auth.prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ MQIDAQAB
[builder]
base_url = "https://api.sequence.build"
secret_id = "prod-builder-jwt"

[signing]
issuer = "https://waas.sequence.app"
audience_prefix = "https://sequence.build/project/"
5 changes: 4 additions & 1 deletion etc/waas-auth.sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ region = "us-east-1"
enclave_port = 9123
proxy_port = 9124
debug_profiler = true
base_url = "http://localhost:9123"

[telemetry]
allow_any = true
Expand Down Expand Up @@ -52,3 +51,7 @@ QwIDAQAB
[builder]
base_url = "http://host.docker.internal:9999"
secret_id = "BuilderJWT"

[signing]
issuer = "http://localhost:9123"
audience_prefix = "http://host.docker.internal:9999/project/"

0 comments on commit 204456a

Please sign in to comment.