Parcourir la source

Modified Akamai TF version in akami.tf and added minTLSversion in main.json

main
kusum il y a 10 mois
Parent
révision
e9ee06bf63

+ 1
- 1
GSAutomation/apisec-lab/akamai.tf Voir le fichier

@@ -2,7 +2,7 @@ terraform {
required_providers {
akamai = {
source = "akamai/akamai"
version = "5.4.0"
version = "6.2.0"
}
}
}

+ 2
- 1
GSAutomation/apisec-lab/property-snippets/main.json Voir le fichier

@@ -20,7 +20,8 @@
"ports": "",
"trueClientIpClientSetting": false,
"trueClientIpHeader": "True-Client-IP",
"verificationMode": "PLATFORM_SETTINGS"
"verificationMode": "PLATFORM_SETTINGS",
"minTlsVersion": "DYNAMIC"
}
}
],

+ 1
- 1
GSAutomation/clilab-property/akamai.tf Voir le fichier

@@ -2,7 +2,7 @@ terraform {
required_providers {
akamai = {
source = "akamai/akamai"
version = "5.5.0"
version = "6.2.0"
}
}
}

+ 2
- 1
GSAutomation/clilab-property/property-snippets/main.json Voir le fichier

@@ -20,7 +20,8 @@
"ports": "",
"trueClientIpClientSetting": false,
"trueClientIpHeader": "True-Client-IP",
"verificationMode": "PLATFORM_SETTINGS"
"verificationMode": "PLATFORM_SETTINGS",
"minTlsVersion": "DYNAMIC"
}
}
],

+ 1
- 1
GSAutomation/tflab-property/akamai.tf Voir le fichier

@@ -2,7 +2,7 @@ terraform {
required_providers {
akamai = {
source = "akamai/akamai"
version = "5.5.0"
version = "6.2.0"
}
}
}

+ 2
- 1
GSAutomation/tflab-property/property-snippets/main.json Voir le fichier

@@ -20,7 +20,8 @@
"ports": "",
"trueClientIpClientSetting": false,
"trueClientIpHeader": "True-Client-IP",
"verificationMode": "PLATFORM_SETTINGS"
"verificationMode": "PLATFORM_SETTINGS",
"minTlsVersion": "DYNAMIC"
}
}
],

+ 1
- 1
cicd-lab/akamai.tf Voir le fichier

@@ -10,7 +10,7 @@ terraform {
required_providers {
akamai = {
source = "akamai/akamai"
version = "5.2.0"
version = "6.2.0"
}
}
}

+ 2
- 1
cicd-lab/property-snippets/main.json Voir le fichier

@@ -18,7 +18,8 @@
"ports": "",
"trueClientIpClientSetting": false,
"trueClientIpHeader": "True-Client-IP",
"verificationMode": "PLATFORM_SETTINGS"
"verificationMode": "PLATFORM_SETTINGS",
"minTlsVersion": "DYNAMIC"
}
}
],

+ 2
- 1
tf-lab-master/modules/property/property-snippets/main.json Voir le fichier

@@ -18,7 +18,8 @@
"trueClientIpClientSetting": false,
"hostname": "juiceshop${env.user_id}.akaorigin.com",
"trueClientIpHeader": "True-Client-IP",
"verificationMode": "PLATFORM_SETTINGS"
"verificationMode": "PLATFORM_SETTINGS",
"minTlsVersion": "DYNAMIC"
}
}
],

Chargement…
Annuler
Enregistrer