Skip to content

Commit e67644b

Browse files
committed
fix(supervisor): also strip DOCKER_REGISTRY_PASSWORD from debug env log
Pre-existing secret that wasn't excluded from envWithoutSecrets; add it to the strip-list alongside the backpressure redis password.
1 parent c3bc59b commit e67644b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/supervisor/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class ManagedSupervisor {
7878
TRIGGER_WORKER_TOKEN,
7979
MANAGED_WORKER_SECRET,
8080
COMPUTE_GATEWAY_AUTH_TOKEN,
81+
DOCKER_REGISTRY_PASSWORD,
8182
TRIGGER_DEQUEUE_BACKPRESSURE_REDIS_PASSWORD,
8283
...envWithoutSecrets
8384
} = env;

0 commit comments

Comments
 (0)