Skip to content

Commit

Permalink
fix log-api mi federation
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Apr 25, 2024
1 parent 890e0aa commit d3d06d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/subscriptions/s941/dev/post-clusters/log-api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "azurerm_federated_identity_credential" "log-api-mi-qa" {
audience = ["api://AzureADTokenExchange"]
name = "k8s-radix-log-api-qa-${each.key}-${module.config.environment}"
issuer = each.value
subject = "system:serviceaccount:radix-log-api-api-qa:server-sa"
subject = "system:serviceaccount:radix-log-api-qa:server-sa"
parent_id = data.azurerm_user_assigned_identity.log-api-mi.id
resource_group_name = data.azurerm_user_assigned_identity.log-api-mi.resource_group_name
}

0 comments on commit d3d06d1

Please sign in to comment.