rules_jvm_external icon indicating copy to clipboard operation
rules_jvm_external copied to clipboard

Credentials in additional_netrc_lines are not used for repin

Open peakschris opened this issue 1 year ago • 0 comments

We specify credentials for a private repo in additional_netrc_lines. These work for regular fetch. But they are not passed to coursier for repin operations.

Setting COURSIER_CREDENTIALS="repo user:pass" envvar prior to repin is a workaround. However, since the credentials are already in additional_netrc_lines, it seems a shame not to use them automatically.

This is windows. I am not sure if the issue is windows specific.

peakschris avatar Sep 14 '24 09:09 peakschris