如果我们使用 Visual Studio Connected Services 创建 Key Vault 的用户密码发生更改,将会发生什么情况

What will happen if the password is changed for the user we used to create a Key Vault using Visual Studio Connected Services

我正在阅读这篇文章@https://docs.microsoft.com/en-gb/azure/key-vault/general/vs-key-vault-add-connected-service,内容是关于如何使用 Key Vault 连接服务保护我们应用程序内部的数据。但在文章中提到了以下内容:-

Sign in with the same account that you use for your Azure subscription

所以我的问题是,如果用户名是 deleted/disabled 或其密码已更改,Key Vault 连接服务会发生什么情况?

谢谢

您只需使用另一个用户(有权访问 Azure 密钥保管库的用户)登录 Visual Studio,然后您就可以访问您的机密。

如何将权限(RBAC角色)分配给其他用户,请参考Assign Azure roles using the Azure portal

您可以在Azure portal中找到key vault进行操作(例如,将key vault的Owner角色分配给用户)。

如果另一个用户是 Azure 订阅的所有者,则不需要进行额外的 RBAC 角色分配。他已经有权访问此密钥保管库。