In Sonatype Nexus, I would like to create a user who'd have different access rights to particular repositories, like so:
- Repository "Releases": create, view, read (so a released version can never be updated or deleted)
- Repository "Snapshots": create, update, view, read
I tried searching in the section "Repository targets", but all I can do there is giving access to filtered artifacts across all repositories. Predefined groups of repositories are also only based on repo type (M1/M2/Site).
How can I differentiate access based on repository only, regardless of artifacts?