LaurentLesle
|
c23aaacc35
|
Merge branch '2112.int' of https://github.com/Azure/caf-terraform-landingzones into 2112.int
|
2022-01-21 10:13:06 +00:00 |
LaurentLesle
|
15576b1d48
|
Update templates
|
2022-01-21 10:12:04 +00:00 |
Arnaud Lheureux
|
7254b0d9f3
|
Update rover
|
2022-01-21 15:56:08 +08:00 |
LaurentLesle
|
f7e0202462
|
Merge branch '2112.int' of https://github.com/Azure/caf-terraform-landingzones into 2112.int
|
2022-01-20 10:46:22 +00:00 |
LaurentLesle
|
9a0f740249
|
Update templates
|
2022-01-20 10:45:29 +00:00 |
Arnaud Lheureux
|
0429216f14
|
Update providers to support arm64
|
2022-01-20 08:42:39 +00:00 |
LaurentLesle
|
3f5c979e92
|
Fix defaults
|
2022-01-20 07:18:11 +00:00 |
LaurentLesle
|
4461a61da9
|
Update enterprise scale template organization
|
2022-01-20 06:54:18 +00:00 |
Arnaud Lheureux
|
0daee807b2
|
rover preview integration
|
2022-01-20 02:14:44 +00:00 |
lolorol
|
eb888255f8
|
Fix minor issues
|
2022-01-18 06:55:01 +00:00 |
lolorol
|
a53009ab4e
|
Merge pull request #301 from Azure/revert-291-feature/azdo-group-perms
Revert 291 feature/azdo group perms
|
2022-01-18 12:11:53 +08:00 |
lolorol
|
df26b02ddd
|
Revert "Add groups and permissions for azure_devops_v1"
|
2022-01-18 12:11:24 +08:00 |
lolorol
|
be407eaa05
|
Merge pull request #291 from brk3/feature/azdo-group-perms
Add groups and permissions for azure_devops_v1
|
2022-01-18 12:11:20 +08:00 |
lolorol
|
3b84cf6e82
|
Merge pull request #283 from sschne/f/azdo-endpoint-container-registry
add-ons/azure_devops_v1: add service endpoints for Azure container registry
|
2022-01-18 12:07:03 +08:00 |
lolorol
|
0ea2723891
|
Merge pull request #295 from VolkerWessels/cross_tenant_hub_conn_with_vwan
Add ability to specify vwan_key for virtual hubs that are part of a virtual WAN
|
2022-01-18 12:05:01 +08:00 |
lolorol
|
037763577e
|
Merge pull request #300 from Azure/2112.int.upgrade5.5.1
Upgrading 2112.int to module 5.5.1
|
2022-01-18 12:03:41 +08:00 |
Arnaud Lheureux
|
15cef29ea8
|
Merge branch 'signalr' into 2112.int.upgrade5.5.1
|
2022-01-17 09:15:45 +00:00 |
Arnaud Lheureux
|
f66af0381f
|
Merge branch '2112.int.upgrade5.5.1' into signalr
|
2022-01-17 09:15:22 +00:00 |
Arnaud Lheureux
|
894b945bc0
|
Upgrade to module 5.5.1
|
2022-01-17 09:13:33 +00:00 |
Arnaud Lheureux
|
63f34d5448
|
Increase pipeline timer for RBAC permission latency
|
2022-01-13 08:12:56 +00:00 |
Arnaud Lheureux
|
c87174edb1
|
Update to devcontainer and strong pinning for module versions.
|
2022-01-13 07:56:25 +00:00 |
Jor Seng
|
3d639d051a
|
readd backend
|
2022-01-13 05:42:59 +00:00 |
Jor Seng
|
926c04fc01
|
merge and clean up
|
2022-01-13 05:37:32 +00:00 |
Jor Seng
|
905a01bd3e
|
update version
|
2022-01-13 05:34:23 +00:00 |
lolorol
|
55558c3bf3
|
Rename application landingzones folder
|
2022-01-13 05:32:42 +00:00 |
lolorol
|
8eee55fc88
|
Add removed backend.azurerm
|
2022-01-13 05:18:38 +00:00 |
lolorol
|
4bfa1ed587
|
Add rover ignite initial templates
|
2022-01-13 05:17:45 +00:00 |
Jor Seng
|
0ae994d6ee
|
update source
|
2022-01-12 06:39:27 +00:00 |
Jor Seng
|
01fcbd24ad
|
update servicebus var under messaging
|
2022-01-12 04:56:34 +00:00 |
Dimitri
|
29b14fc1cf
|
add ability to specify vwan_key for virtual hubs that are part of a vwan
|
2022-01-05 12:51:15 +01:00 |
Jor Seng
|
9f5318d7cf
|
add messaging var for signalr
|
2022-01-05 09:21:36 +00:00 |
Arnaud Lheureux
|
06f56f0d1c
|
Update instructions path
|
2021-12-21 11:22:28 +00:00 |
Arnaud Lheureux
|
d823b34556
|
Update to module 5.5.x from registry
|
2021-12-21 11:21:48 +00:00 |
Simon Schneider
|
baae587226
|
add azdo service endpoints for Azure container registry
|
2021-12-20 14:53:22 +01:00 |
Paul Bourke
|
e103d69434
|
Add groups and permissions for azure_devops_v1
This commit extends azure_devops_v1 to allow the user to create groups,
and assign these groups permissions to AZDO projects and pipelines
("build definitions").
The following example will:
1. Create a group in AZDO called "Contoso Group"
2. Added UPNs paul and john to this group
3. Assign this group full permissions on the project and build.
```
groups = {
contoso = {
project_key = "contoso_project"
display_name = "Contoso Group"
description = "Group for Contoso Team Members"
members = {
user_principal_names = [
"paul.bourke@contoso.com",
"john.doe@contoso.com",
]
}
}
}
permissions = {
projects = {
contoso_project = {
group_key = "contoso_project"
permissions = {
"GENERIC_READ" = "Allow",
"GENERIC_WRITE" = "Allow",
"START_BUILD" = "Allow",
"ADMINISTER_BUILD" = "Allow",
}
}
}
build_definitions = {
end_to_end = {
project_key = "contoso_project"
group_key = "contoso"
permissions = {
"ViewBuilds" = "Allow",
"QueueBuilds" = "Allow",
"ManageBuildQueue" = "Allow",
"StopBuilds" = "Allow",
"ViewBuildDefinition" = "Allow",
}
}
rover_build = {
project_key = "contoso_project"
group_key = "contoso"
permissions = {
"ViewBuilds" = "Allow",
"QueueBuilds" = "Allow",
"ManageBuildQueue" = "Allow",
"StopBuilds" = "Allow",
"ViewBuildDefinition" = "Allow",
}
}
}
}
```
|
2021-12-14 15:49:56 +00:00 |
Jor Seng
|
8547d51973
|
add signalr module
|
2021-12-10 11:06:59 +00:00 |
Jor Seng
|
1e8c923e92
|
merge master
|
2021-12-10 10:55:26 +00:00 |
Arnaud Lheureux
|
ad50ab94e7
|
Update
|
2021-12-10 10:27:53 +00:00 |
Nguyen Nhu Hieu
|
07351791f4
|
Update aad_pod_identity.tf
|
2021-12-09 15:43:34 +08:00 |
Arnaud Lheureux
|
29f4ef9245
|
Merge pull request #288 from Azure/podaadgitlab
Podaadgitlab
|
2021-12-09 15:41:08 +08:00 |
Nguyen Nhu Hieu
|
0825856dd7
|
Merge branch '2112.int' into podaadgitlab
|
2021-12-09 15:38:44 +08:00 |
lolorol
|
fa8ccb94ae
|
Update debug
|
2021-12-09 07:34:59 +00:00 |
lolorol
|
450260d3e1
|
Update debug
|
2021-12-09 07:19:03 +00:00 |
lolorol
|
ef31bcfa1f
|
Merge branch '2112.int' of github.com:Azure/caf-terraform-landingzones into 2112.int
|
2021-12-09 07:13:28 +00:00 |
lolorol
|
0106866b5a
|
Add debug global settings
|
2021-12-09 07:13:07 +00:00 |
Arnaud Lheureux
|
b88ee65208
|
Merge branch '2112.int' of https://github.com/Azure/caf-terraform-landingzones into 2112.int
|
2021-12-08 10:44:21 +00:00 |
Arnaud Lheureux
|
aca3c763e0
|
Updating rover version
|
2021-12-08 10:41:18 +00:00 |
lolorol
|
91646bd18c
|
Update rover aztfmod/rover:1.0.11-2112.0806
|
2021-12-08 07:02:38 +00:00 |
Arnaud Lheureux
|
9d76097540
|
Adding env settings
|
2021-12-08 06:35:16 +00:00 |
lolorol
|
1968ecb6e7
|
Remove 0.14 support - add vmss custom script
|
2021-12-08 06:13:01 +00:00 |