© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
1 reply
aquaritek

Azure Key Vault (RBAC) and Local Developers?

Hey peeps,

I'm looking for a good solution pathway for a problem I'm encountering.

I'm currently trying to integrate Azure Key Vault for secrets storage on the development team side. There realistically is (this is opinionated) no better option to keep secrets from even the team (which is a requirement in my project). The issue, is that Azure is moving in favor of RBAC but the .NET support is still referencing Access Policies with certificates to gain access to vaults (https://learn.microsoft.com/en-us/aspnet/core/security/key-vault-configuration?view=aspnetcore-8.0)

Managed Identities are easy here but only work once the application is running in the Azure Service Fabric and I need to authenticate with RBAC for User Identities that exist in Entra from my local development machines.

The true issue here is when you enable RBAC for Azure Key Vault you disable Access Policies and vice versa.

Any thoughts would be appreciated.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Azure Key Vault for local development
C#CC# / help
4y ago
✅ Azure key vault with microservices
C#CC# / help
2y ago
✅ Azure Key vault - what is considered a transaction?
C#CC# / help
17mo ago
❔ Load Certificate from Azure Key Vault as memorystream
C#CC# / help
3y ago