Skip to content

Commit bcc72c6

Browse files
committed
fix auth in distribution call
1 parent 3a9bb8d commit bcc72c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swarmgate/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export function setupRoutes(tenantLabelValue: string) {
250250
})).toString("base64url");
251251
}
252252

253-
proxyRequestToDockerWithStrippedAuthInfo(req, res);
253+
proxyRequestToDocker(req, res);
254254
});
255255

256256
// ATTENTION: we dont support requests to /:version?/swarm as this as this would give access to the swarm join token and break isolation

0 commit comments

Comments
 (0)