JetBrains / azure-tools-for-intellij

Azure Toolkit for JetBrains Rider.
MIT License
50 stars 10 forks source link

Key Vault: List/create/delete in Azure Explorer #101

Open maartenba opened 6 years ago

noelstieglitz commented 5 years ago

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.

maartenba commented 5 years ago

Issue is indeed about managing key vault. What's the scenario you want to achieve?

noelstieglitz commented 5 years ago

@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):

authapparch

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.

maartenba commented 5 years ago

Interesting. Will do some reading...