We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9bb8d commit bcc72c6Copy full SHA for bcc72c6
swarmgate/routes.ts
@@ -250,7 +250,7 @@ export function setupRoutes(tenantLabelValue: string) {
250
})).toString("base64url");
251
}
252
253
- proxyRequestToDockerWithStrippedAuthInfo(req, res);
+ proxyRequestToDocker(req, res);
254
});
255
256
// 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