Open maartenba opened 6 years ago
Issue is indeed about managing key vault. What's the scenario you want to achieve?
@maartenba - I'd like to be able to debug my code locally so that it can retrieve values from Azure Key Vault using credentials I provide (or rather, a token based on those credentials). A picture (copied from the link in previous comment) explains how it works in the VS plugin (which, as an aside is now integrated into Visual Studio):
There's more explanation in the link, but let me know if that doesn't make sense, or perhaps this is something already supported in another way.
I haven't had a chance to investigate yet, but this might be possible without a plugin using the Azure CLI.
Thanks.
Interesting. Will do some reading...
Visual Studio has a plugin that allows authenticating with Azure to access Key Vault (called Azure Service Authentication) so your app can access Key Vault while debugging:
https://marketplace.visualstudio.com/items?itemName=chrismann.MicrosoftVisualStudioAsalExtension
I'm trying to find the equivalent in Rider. Does it exist?
This issue sounds more like managing the secrets in Key Vault, but it's the closest issue I could find. Let me know if I should open a new issue.