Skip to content

Commit 207d79a

Browse files
Fix: force auth check when fetching over ssh
commit-id:a3bc54ad
1 parent 169ab89 commit 207d79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

josh-proxy/src/bin/josh-proxy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ async fn handle_serve_namespace_request(
819819
&remote_auth,
820820
remote_url.to_owned(),
821821
&headref,
822-
false,
822+
true,
823823
)
824824
.await
825825
{

0 commit comments

Comments
 (0)