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
It would be great if we could get the catalog by requesting /v2/_catalog.
It seems like your RegistryModem#_retrieveAuthenticationToken() does not allow getting a token for other scope than repository:*:*.
The scope needed for requesting the catalog seems to be registry:catalog:*.
Do you have any idea of how to implement it ?
The text was updated successfully, but these errors were encountered:
Hi,
It would be great if we could get the catalog by requesting
/v2/_catalog
.It seems like your
RegistryModem#_retrieveAuthenticationToken()
does not allow getting a token for other scope thanrepository:*:*
.The scope needed for requesting the catalog seems to be
registry:catalog:*
.Do you have any idea of how to implement it ?
The text was updated successfully, but these errors were encountered: