【问题标题】:What will happen if the password is changed for the user we used to create a Key Vault using Visual Studio Connected Services如果更改我们使用 Visual Studio Connected Services 创建 Key Vault 的用户的密码会发生什么
【发布时间】:2021-04-26 18:31:21
【问题描述】:

我正在阅读这篇文章 @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

所以我的问题是,如果用户名被删除/禁用或密码被更改,Key Vault 连接服务会发生什么?

谢谢

【问题讨论】:

    标签: .net azure azure-keyvault


    【解决方案1】:

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

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

    您可以在 Azure 门户中找到密钥保管库进行操作(例如,将密钥保管库的所有者角色分配给用户)。

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

    【讨论】:

      猜你喜欢
      • 2015-08-16
      • 1970-01-01
      • 1970-01-01
      • 2019-02-06
      • 2019-05-31
      • 1970-01-01
      • 1970-01-01
      • 2017-03-01
      • 2020-01-08
      相关资源
      最近更新 更多