gpt4 book ai didi

azure-devops - 无法使用 Azure DevOps + Terraform 创建 Azure AD 应用程序

转载 作者:行者123 更新时间:2023-12-04 01:47:13 25 4
gpt4 key购买 nike

我正在尝试使用 terraform 和 Azure DevOps 管道创建 Azure AD 应用程序,但出现以下错误:

1 error(s) occurred:

* module.cluster.module.cluster.azuread_application.cluster: 1 error(s) occurred:

* azuread_application.cluster: graphrbac.ApplicationsClient#Create: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Unknown" Message="Unknown service error" Details=[{"odata.error":{"code":"Authorization_RequestDenied","date":"2019-02-19T23:22:23","message":{"lang":"en","value":"Insufficient privileges to complete the operation."},"requestId":"<SOME GUID>"}}]

我很确定这是因为管道的服务主体在我们的 Azure AD 中没有适当的权限。

这是违规的 Terraform 代码:
resource "azuread_application" "cluster" {
name = "some-application"
}

resource "azuread_service_principal" "cluster" {
application_id = "${azuread_application.cluster.application_id}"
}

这是 Terraform 步骤的样子(我正在使用服务连接来提供服务主体)。

Terraform Step

为了配置服务主体,我为服务连接选择了“管理服务主体”。

Service Connection

然后,我为 Microsoft Graph 和 Windows Azure Active Directory 授予了所有“必需的权限”。我不认为我需要 Microsoft Graph,但是因为 Windows AAD 无法正常工作,所以我这样做了。

Service Principal Configuration

最佳答案

根据错误信息,它表明您无权这样做。

我跟随地形 guide document ,我们需要为应用程序分配相应的权限。

NOTE: If you're authenticating using a Service Principal then it must have permissions to both Read and write all applications and Sign in and read user profile within the Windows Azure Active Directory API



在测试过程中,我为 Azure Active Directory 分配了以下权限,更多信息请引用截图。

enter image description here

备注 : 请不要忘记点击 授予权限

测试结果:

enter image description here

enter image description here

关于azure-devops - 无法使用 Azure DevOps + Terraform 创建 Azure AD 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54836497/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com