You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you'd like to debug against nexus and submit a pull request with changes, this would be appreciated! I don't have access so I wouldn't be able to make changes and then test them. Thanks!
Hello,
I have a Nexus repository with basic auth enabled (not anonymous pull). I see two issues when pulling:
Note that pulling the same artifact with Go oras works fine.
I have a doubt on how basic auth is handled in
provider.py
when using config.json:_load_auth
if a matching token is found, it sets_basic_auth
but does not change theheaders
likeset_basic_auth
does. Shouldn't it be:get_manifest
does not loadself.header
when doing the query while a lot of other methods do. Shouldn't it be something like:If I make these two changes, it works but I'm not sure whether this is entirely correct. If it is, I can submit an MR.
The text was updated successfully, but these errors were encountered: