From bcc72c645482946d930cf7b85d967b16f24fad22 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 16 Oct 2024 01:23:42 +0200 Subject: [PATCH] fix auth in distribution call --- swarmgate/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarmgate/routes.ts b/swarmgate/routes.ts index 9452159..802b8f7 100644 --- a/swarmgate/routes.ts +++ b/swarmgate/routes.ts @@ -250,7 +250,7 @@ export function setupRoutes(tenantLabelValue: string) { })).toString("base64url"); } - proxyRequestToDockerWithStrippedAuthInfo(req, res); + proxyRequestToDocker(req, res); }); // ATTENTION: we dont support requests to /:version?/swarm as this as this would give access to the swarm join token and break isolation