Skip to content

Commit 701e768

Browse files
juliusmarmingecodex
andcommitted
Document required relay secret binding workaround
Co-authored-by: codex <codex@users.noreply.github.com>
1 parent 5dc4684 commit 701e768

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

infra/relay/src/worker.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ const makeRelayTraceLayer = (input: {
102102
exportInterval: RELAY_OBSERVABILITY_EXPORT_INTERVAL,
103103
}).pipe(Layer.provide(OtlpSerialization.layerJson), Layer.provide(FetchHttpClient.layer));
104104

105+
// Implicit Config capture deploys these as plain_text in Alchemy 2.0.0-beta.45.
106+
// Explicit bindings preserve Cloudflare secret_text storage.
105107
const apnsPrivateKeyConfig = Config.redacted("APNS_PRIVATE_KEY");
106108
const clerkSecretKeyConfig = Config.redacted("CLERK_SECRET_KEY");
107109

0 commit comments

Comments
 (0)