Azure Databricks Key Vault 支持使用托管身份的秘密范围

问题描述 投票:0回答:1

如果我有一个带有 Azure 基于角色的访问控制(推荐)访问控制的 Azure 密钥保管库,

我想通过使用服务主体或托管身份来启用 Azure 支持的机密范围,我该如何操作

azure databricks
1个回答
0
投票

您可以按照以下步骤来实现您的要求:

转到 Azure 密钥保管库 访问控制 (IAM),单击 添加,选择 添加角色分配,选择 密钥保管库管理员角色,检查用户、组、服务原则,搜索 AzureDatabricks,选择并点击 Review+assign 按钮,如下所示:

enter image description here

成功分配角色后,创建包含所需详细信息的秘密范围,如下所示:

enter image description here

您将能够成功完全访问密钥保管库机密,如下所示:

databricks secrets list-scopes
databricks secrets list --scope <scopeName>

enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.