I'm actually managing a Nexus 3 instance for a multi-team compagnie and I want to dedicate some repository to some team.
To be more clear, I have a team A and a team B and npm, pypi and raw repositories for each teams.
Team A can't access team B repositories and vice versa
My repository names are : <team>-<technology>-<maturity>
Like : teamA-pypi-release
What I want to achieve is to create a role for each team that grant Read/Write access to each team repositories.
I don't want to create one privilege per repository (the target is to mange around 130 teams with each 3 to 4 repositories) so I wanted something simple that can use a wildcard like <team>-*
, it seems that it's not supported in Repository View Privileges.
Did someone as any tips for this ? or some best practices for multi-tenancy Nexus ? Maybe I'm thinking it wrong :)
Thanks