In our current Artifactory setup we have created Repos, groups and permissions per application like below
Example: For Application app-A1, we have created 2 repos(local-A1 and virtual-A1) , 2 groups(appA1-developers, appA1-contributors) and a permission target (appA1-permission) where we will include the created 2 repos and groups with the permissions.
similarly, For Application app-A2, we have created 2 repos(local-A2 and virtual-A2) , 2 groups(appA2-developers, appA2-contributors) and a permission target (appA2-permission) where we will include the created 2 repos and groups with the permissions.
So as explained the above setup is done on Application specific, But now we have to group these existing applications under portfolios level (say multiple App repos under 1 portfolio , in the above example, PortfolioA will hold Apps A1 and A2), There we have to Assign certain dedicated members to manage the permission on their Sub App Repos.
How we can achieve this is in Artifactory?
We tried to use the Project Concept here, but since we have many Portfolios (almost 100), we cant create project for each portfolios.