Skip to content

Commit

Permalink
fix auth in distribution call
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Oct 15, 2024
1 parent 3a9bb8d commit bcc72c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarmgate/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcc72c6

Please sign in to comment.