We created a private registry under our Azure account and now trying to make these images available to a number of third parties temporarily (1 month or 1 year).
What would be the safety way to give a third party only the AcrPull rights without exposing any other information. We are trying Service Principals with AcrPull rights but they seem to come with several roles built-in. I would like to confirm that people who hold these accounts do not have access to any of our corporate data besides the images in the registry.
Is there a better way to accomplish this?