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 than repository:*:*.
The scope needed for requesting the catalog seems to be registry:catalog:*.
Do you have any idea of how to implement it ?
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 ?