Skip to content

Commit 5d216e6

Browse files
committed
fix: correct prod auth audiences
1 parent b7409ab commit 5d216e6

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

wrangler.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ host = "localhost:8787"
1616
command = "cargo install -q worker-build@0.7.5 && worker-build --release"
1717

1818
[vars]
19-
LOG_LEVEL = "WARN"
20-
AUTH_ISSUER = "https://auth.source.coop"
21-
OIDC_PROVIDER_ISSUER = "https://data.source.coop"
22-
OIDC_PROVIDER_KID = "data-proxy-1"
23-
SOURCE_API_URL = "https://source.coop"
19+
AUTH_AUDIENCE = "fb15e9fb-00e7-4604-9df0-ac27ac5822f2,197e20e7-d52d-4d1d-9e54-4b73a342034b" # prod Ory client_ids: frontend + source-coop-cli
20+
AUTH_ISSUER = "https://auth.source.coop"
21+
LOG_LEVEL = "WARN"
22+
OIDC_PROVIDER_ISSUER = "https://data.source.coop"
23+
OIDC_PROVIDER_KID = "data-proxy-1"
24+
SOURCE_API_URL = "https://source.coop"
2425
# Ceiling for client-requested /.sts DurationSeconds (seconds). 43200 = 12h,
2526
# 86400 = 24h. Unset → 3600 (1h). Clients must request DurationSeconds to use
2627
# more than 1h; this only raises the cap.

0 commit comments

Comments
 (0)