I need to administer azure key vault for a client to store VM creds, Data Factory creds, SQL creds etc.
I have guest account access to their environment, setup with contributor access to the azure subscription we are building the solution in. What is the best way to get access to the vault and the ability to link it to services, with the least permissions needed. E.g. I do not want to request for a security admin role to be applied to my account, as that would be give me security perms over their AAD and greater environment (I believe).
Any insight into a work around would be greatly appreciated!