Nguyen Nhu Hieu
6c4d9c2d58
Fix Flux for public repo
2022-03-31 16:26:37 +08:00
Arnaud Lheureux
46d44d46ea
Merge pull request #338 from chengwang514/main
...
Added option for ADO agent to use full storage blob urls that are created outsiide of the same LZ
2022-03-29 08:08:44 +08:00
Arnaud Lheureux
10e7737862
FMT
2022-03-28 05:23:08 +00:00
Cheng Wang
412fcb4e1a
Update ADO agent VM example
2022-03-21 10:33:18 +11:00
Cheng Wang
d8f63db8cf
Added option to specify full storage blob urls that are created outside of the same LZ
2022-03-21 10:32:46 +11:00
Arnaud Lheureux
98437b7733
Merge branch 'int.2202' of https://github.com/LaurentLesle/caf-terraform-landingzones into LaurentLesle-int.2202
2022-03-14 11:45:53 +00:00
LaurentLesle
cbbf09468f
Update with multi-region support
2022-03-12 10:22:50 +00:00
LaurentLesle
3e1301c487
Add support for single subscription deployment
2022-02-16 10:37:53 +00:00
lolorol
21f42247ee
Update parent_root_id
2022-02-11 15:27:08 +08:00
LaurentLesle
57cac28d6c
Update templates for rover ignite
2022-02-07 10:11:25 +00:00
LaurentLesle
1107a2cfa1
Add root_parent_id support
2022-02-04 10:43:24 +00:00
LaurentLesle
5006171b92
Fix ESLZ plugin to add new MG while using the ASVM
2022-01-26 03:30:15 +00:00
LaurentLesle
4461a61da9
Update enterprise scale template organization
2022-01-20 06:54:18 +00: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
Arnaud Lheureux
c87174edb1
Update to devcontainer and strong pinning for module versions.
2022-01-13 07:56:25 +00:00
lolorol
8eee55fc88
Add removed backend.azurerm
2022-01-13 05:18:38 +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
Arnaud Lheureux
06f56f0d1c
Update instructions path
2021-12-21 11:22:28 +00:00
Simon Schneider
baae587226
add azdo service endpoints for Azure container registry
2021-12-20 14:53:22 +01:00
Nguyen Nhu Hieu
07351791f4
Update aad_pod_identity.tf
2021-12-09 15:43:34 +08:00
Nguyen Nhu Hieu
0825856dd7
Merge branch '2112.int' into podaadgitlab
2021-12-09 15:38:44 +08:00
lolorol
c638bd5c5a
Merge pull request #264 from brk3/feature/pbourke-github-azdo-support
...
Add support for Github service connections
2021-12-08 13:58:52 +08:00
lolorol
b1d75aa7ba
Merge pull request #287 from sschne/b/remove-provider-requirements
...
remove azurerm provider requirements
2021-12-08 13:55:46 +08:00
lolorol
5f8f241cd5
Merge pull request #279 from brk3/feature/custom-aadpodidentity-selector
...
Allow full kustomisation of aad-msi-binding.yaml
2021-12-08 13:53:43 +08:00
lolorol
4bd83a3864
Merge pull request #280 from brk3/feature/secrets-store-csi-driver-provider-azure
...
Add module for configuring SecretClass for CSI
2021-12-08 13:52:21 +08:00
lolorol
7b90a92959
Merge branch '2112.int' into patch.5.5.0
2021-12-08 13:51:13 +08:00
lolorol
f99ed65a77
ESLZ - Upgrade from 0.3.0 to 1.1.0
2021-12-08 02:07:40 +00:00
Simon Schneider
e175a00076
remove azurerm provider requirements
2021-12-07 10:17:57 +01:00
lolorol
22dfb466c9
Merge pull request #274 from brk3/master
...
Remove unused var from add-ons/aad-pod-identity
2021-12-07 15:51:57 +08:00
lolorol
fd816aae44
Merge pull request #281 from brk3/feature/add-helm-version
...
Add 'version' arg to aks_applications
2021-12-07 14:54:33 +08:00
Paul Bourke
e125497902
Allow full kustomisation of aad-msi-binding.yaml
...
Currently the name of the AzureIdentity/AzureIdentityBinding objects
created as part of the aad-pod-identity lz addon have hardcoded names.
This made it not possible to create more than one pair for one MSI.
This patch applies kustomise to each field allowing for more
customisation.
It also adds a new 'selector' argument in the case the user doesn't want
the name of the MSI used in this field:
managed_identities = {
ingress_msi = {
lz_key = "aks"
aadpodidentity_selector = "ingress"
msi_keys = [
"ingress",
]
}
}
If aadpodidentity_selector is not specified the MSI name is used as
before.
2021-11-23 10:17:32 +00:00
Paul Bourke
8d466362e1
Add 'version' arg to aks_applications
...
Allows users to specify a chart version when using this module.
2021-11-19 11:56:36 +00:00
Paul Bourke
29109d064d
Add module for configuring SecretClass for CSI
...
This copies the pattern used in add-ons/aad-pod-identity to create and
apply a SecretProviderClass in AKS.
This is required to sync and mount secrets from KeyVault into pods using
the secrets-store-csi-driver-provider-azure AKS addon.
2021-11-19 10:57:55 +00:00
Paul Bourke
dc5ae42be9
Remove unused var from add-ons/aad-pod-identity
...
aks_cluster_vnet_key isn't used anywhere in this addon, but there's no
default so terraform will make you supply one. Remove it.
2021-11-12 16:57:28 +00:00
Nguyen Nhu Hieu
3ccfeab0dd
Update aks-pod-identity-assignment.tf
2021-11-12 16:30:13 +08:00
Nguyen Nhu Hieu
65278b8e65
Create aks-pod-identity-assignment.tf
2021-11-12 16:29:34 +08:00
lolorol
1f87e7d0b4
Merge remote-tracking branch 'origin/patch.5.5.0' into patch.analytics
2021-11-12 04:55:24 +00:00
Arnaud Lheureux
891cb92735
Merge branch 'master' into patch.5.5.0
2021-11-11 12:08:06 +08:00
Ricky Chew
25d7477e54
Update variables.tf
2021-11-11 10:08:26 +08:00
Ricky Chew
8f043d1cbf
Create local.azuread.tf
2021-11-11 10:07:57 +08:00
Ricky Chew
8ccd189a42
Update solution.tf
2021-11-11 10:07:32 +08:00
Ricky Chew
c33ea8e9e3
update version and remove unused var
...
To resolve error below"
Error: Failed to query available provider packages
Could not retrieve the list of available versions for provider
hashicorp/azurerm: no available releases match the given constraints ~>
2.55.0, ~> 2.81.0
2021-11-10 18:04:40 +08:00
Arnaud Lheureux
d74ae4cf1f
Merge pull request #266 from brk3/feature/service-endpoint-aadapps
...
Support aad_apps for AZDO service endpoints
2021-11-10 13:31:00 +08:00
Arnaud Lheureux
7fd80b4432
Deprecation note for old AZDO add-in
2021-11-04 12:15:14 +08:00
Arnaud Lheureux
db147a80f8
Merge pull request #265 from brk3/feature/azure_devops_v1-unused-var
...
Remove unused var from azure_devops_v1
2021-11-04 11:49:21 +08:00
lolorol
b36b9cdc5d
Update Databricks cluster and data factory
2021-11-03 09:13:30 +00:00
Arnaud Lheureux
48a7b4d002
FMT
2021-11-03 02:32:27 +00:00
Arnaud Lheureux
45b14a4d7b
Adding partner_id
2021-11-03 02:31:46 +00:00
Arnaud Lheureux
1f4f140d38
Update TFE TFC add ons
2021-11-03 02:23:00 +00:00