Description
Hello!
We encountered an authorization issue:
retrieving documents: finding documents: resolving image link: GET https://xxx.azurecr.io/oauth2/token?scope=repository%3Aaaa-bbb%3Apull&service=xxx.azurecr.io: NOT AUTHORIZED: authentication required, visit https://aka.ms/acr/authorization for more information. CorrelationId: xxxx-xxx-xx-xx-xxxx
IIUC, the following feature should help with this:
|
// TODO(puerco): Support relevant registry options |
|
// o := options.RegistryOptions{} |
|
// ociremoteOpts := []ociremote.Option{ociremote.WithRemoteOptions(o.GetRegistryClientOpts(ctx)...)} |
Any plans to add this and if so, any timeline?
Description
Hello!
We encountered an authorization issue:
IIUC, the following feature should help with this:
discovery/pkg/probers/oci/prober.go
Lines 149 to 151 in 2fd9014
Any plans to add this and if so, any timeline?