Role based access control for docker-ce registry server

Hi.

We’re setting up a private Docker registry based on docker-ce, and I can’t seem to find much information about role based authorization. Does docker-ce ship with any role based authorization, such that for example members of a given LDAP group get push access to the registry, and everyone else get only read access?

And is it possible to configure the registry so that a give set of users have push access to say my-registry:/projectA only?