Skip to content

Commit

Permalink
No direct assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
geekzter committed May 2, 2024
1 parent fb74675 commit 6babe21
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ This creates a Managed Identity with Federated Identity Credential and custom Az
azdo_creates_identity = false
azdo_organization_url = "https://dev.azure.com/my-organization"
azdo_project_name = "my-project"
azure_role_assignments = []
azure_role_assignments = [] # No direct assignments
create_federation = true
create_managed_identity = true
entra_security_group_names = ["my-security-group"]
Expand Down Expand Up @@ -157,6 +157,7 @@ create_federation = false
create_managed_identity = false
entra_secret_expiration_days = 0 # secret lasts 1 hour
```

Pre-requisites:

- The user can create app registrations i.e.:
Expand Down

0 comments on commit 6babe21

Please sign in to comment.