Can we add access restrictions to your groupID

I am new to repository hosting in opnesource hosting.
How can i make sure only i have access for this groupID hosting and avoid other members to publish artifacts in my domain space

1 Like

Hi Sharath, in your case Content Selectors are your friends. You will need to create appropriate Content Selectors, then create Privilege with your Content Selector, then assign it to a role and apply the role on appropriate users. You can find more about Content Selectors in the documentation: Content Selectors

1 Like

Depending on your use-case it may be simpler to use a group repository and provide appropriate permissions to only allow pushing to certain hosted members in the group. It won’t protect the namespace though, if you need to protect the namespace you need to use the content selector feature.

1 Like