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
Version**: 2.5.5
The endpoints /ccompat/v6 and v7 regarding GET /config should behave correctly when using authorization.
Currently when the setting REGISTRY_AUTH_ANONYMOUS_READ_ACCESS_ENABLED is set to true, one receives a 401 for GET /config which should not be the case.
Steps to Reproduce
Enable AUTH_ENABLED=true and ROLE_BASED_AUTHZ_ENABLED=true
Description
Version**: 2.5.5
The endpoints /ccompat/v6 and v7 regarding GET /config should behave correctly when using authorization.
Currently when the setting REGISTRY_AUTH_ANONYMOUS_READ_ACCESS_ENABLED is set to true, one receives a 401 for GET /config which should not be the case.
Steps to Reproduce
Expected vs Actual Behaviour
Should return something like
The text was updated successfully, but these errors were encountered: