powershell - 有没有一种方法可以在不使用 AD 身份验证的情况下访问 azure key Vault?

标签 powershell azure azure-keyvault

我想使用我的 Azure 凭据访问我的 Azure Key Vault 中的 secret ,而不使用 Azure AD 应用程序身份验证。有可能的办法吗?

谢谢

最佳答案

您将需要服务主体名称来解密 key 。因此,不幸的是,答案是否定的。

关于powershell - 有没有一种方法可以在不使用 AD 身份验证的情况下访问 azure key Vault?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41577427/

相关文章:

powershell - 从 Powershell 打包 Visual Studio 项目

powershell - 我可以将用 Delphi 编写的 DLL 加载到 PowerShell 中吗?

azure - 将 NAT 关联到子网会出现 SubnetMissingRequiredDelegation 错误

azure - Azure Key Vault 和数据保护 API 之间的区别?

arm - KeyVault 模板 - 多个访问策略

powershell - 如何最好地加快 powershell 处理时间(比较对象)

powershell - 屏蔽CSV的所有字段

使用面向 Net Standard 的 DotNet Core 创建 Azure WebJob 失败并出现错误

azure - 同步失败: access denied to azure compute emulator

java - Azure 的 Key Vault 是否支持 PGP key 加密?