Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
with service principal
Browse files Browse the repository at this point in the history
  • Loading branch information
JensDll committed Jun 1, 2023
1 parent 2c833f1 commit 67daba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/terraform/active_directory/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 67daba9

Please sign in to comment.