Skip to content

Commit

Permalink
Merge branch 'entra-security-group' of https://github.com/geekzter/az…
Browse files Browse the repository at this point in the history
…ure-identity-scripts into entra-security-group
  • Loading branch information
geekzter committed May 2, 2024
2 parents 804e7f0 + 1802eb1 commit e545893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/azure-devops/create-service-connection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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 @@ -158,6 +158,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 e545893

Please sign in to comment.