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
We had an issue on ORAS for optimizing the number of auth request: oras-project/oras#1097
We should also review oras-go and apply similar optimization. For instance, we can add pull scope hint in addition to delete in the referrers tag schema code path on manifest delete:
Add `pull` and `delete` scope hints before attempting client-side indexing on manifest delete.
Resolve: #594
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
Wwwsylvia
added a commit
to Wwwsylvia/oras-go
that referenced
this issue
Oct 20, 2023
Add `pull` and `delete` scope hints before attempting client-side indexing on manifest delete.
Resolve: oras-project#594
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
We had an issue on
ORAS
for optimizing the number of auth request: oras-project/oras#1097We should also review
oras-go
and apply similar optimization. For instance, we can addpull
scope hint in addition todelete
in the referrers tag schema code path on manifest delete:oras-go/registry/remote/repository.go
Lines 1116 to 1125 in 577bffe
The text was updated successfully, but these errors were encountered: