From 67daba961ec142c876b2d6adf6ce45956e76e805 Mon Sep 17 00:00:00 2001 From: jens Date: Thu, 1 Jun 2023 11:48:55 +0200 Subject: [PATCH] with service principal --- deploy/terraform/active_directory/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/terraform/active_directory/main.tf b/deploy/terraform/active_directory/main.tf index d0c2e26..9c1ab80 100644 --- a/deploy/terraform/active_directory/main.tf +++ b/deploy/terraform/active_directory/main.tf @@ -22,7 +22,7 @@ resource "azuread_application" "app" { resource "azuread_application_federated_identity_credential" "app" { application_object_id = azuread_application.app.object_id display_name = "steganography_azure" - description = "Azure environment on GitHub" + description = "Azure environment on GitHub 3" audiences = ["api://AzureADTokenExchange"] issuer = "https://token.actions.githubusercontent.com" subject = "repo:JensDll/steganography:environment:Azure"