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
There is a 'legacy' endpoint located at /api/ that is just an alias for the Core V1 API that was moved to /apis/registry/v1. This endpoint should be disabled or protected when enabling auth, but it currently bypasses the auth check.
The text was updated successfully, but these errors were encountered:
This is an issue that affected version 2.0.x of registry. However, starting with 2.1.x we have re-written the authentication/authorization layer so that Quarkus policies (configured in application.properties) are no longer used. The new approach is not subject to the above issue.
There is a 'legacy' endpoint located at
/api/
that is just an alias for the Core V1 API that was moved to/apis/registry/v1
. This endpoint should be disabled or protected when enabling auth, but it currently bypasses the auth check.The text was updated successfully, but these errors were encountered: