Browse Source

Updated Akamai TF version in akamai.tf and added minTLS version to main.json

main
kusum 6 months ago
parent
commit
bf2a9917bb

+ 1
- 1
AUPropertyAutomation/clilabtf/akamai.tf View File

required_providers { required_providers {
akamai = { akamai = {
source = "akamai/akamai" source = "akamai/akamai"
version = "5.2.0"
version = "6.2.0"
} }
} }
} }

+ 2
- 1
AUPropertyAutomation/clilabtf/property-snippets/main.json View File

"trueClientIpClientSetting": false, "trueClientIpClientSetting": false,
"trueClientIpHeader": "True-Client-IP", "trueClientIpHeader": "True-Client-IP",
"verificationMode": "PLATFORM_SETTINGS", "verificationMode": "PLATFORM_SETTINGS",
"hostname": "${env.origin}"
"hostname": "${env.origin}",
"minTlsVersion": "DYNAMIC"
} }
} }
], ],

+ 1
- 1
AUPropertyAutomation/ewlabtf/akamai.tf View File

required_providers { required_providers {
akamai = { akamai = {
source = "akamai/akamai" source = "akamai/akamai"
version = "5.2.0"
version = "6.2.0"
} }
} }
} }

+ 2
- 1
AUPropertyAutomation/ewlabtf/property-snippets/main.json View File

"ports": "", "ports": "",
"trueClientIpClientSetting": false, "trueClientIpClientSetting": false,
"trueClientIpHeader": "True-Client-IP", "trueClientIpHeader": "True-Client-IP",
"verificationMode": "PLATFORM_SETTINGS"
"verificationMode": "PLATFORM_SETTINGS",
"minTlsVersion": "DYNAMIC"
} }
} }
], ],

+ 1
- 0
AUPropertyAutomation/ewlabtf/variables.tf View File

} }
variable "origin_hostname" { variable "origin_hostname" {
type = string type = string
default = "juiceshopdevops.akaorigin.com"
} }
variable "cp_code_id" { variable "cp_code_id" {
type = number type = number

+ 1
- 1
AUPropertyAutomation/pwshlabtf/akamai.tf View File

required_providers { required_providers {
akamai = { akamai = {
source = "akamai/akamai" source = "akamai/akamai"
version = "5.2.0"
version = "6.2.0"
} }
} }
} }

+ 2
- 1
AUPropertyAutomation/pwshlabtf/property-snippets/main.json View File

"trueClientIpClientSetting": false, "trueClientIpClientSetting": false,
"trueClientIpHeader": "True-Client-IP", "trueClientIpHeader": "True-Client-IP",
"verificationMode": "PLATFORM_SETTINGS", "verificationMode": "PLATFORM_SETTINGS",
"hostname": "${env.origin}"
"hostname": "${env.origin}",
"minTlsVersion": "DYNAMIC"
} }
} }
], ],

+ 1
- 1
AUPropertyAutomation/terraformlabtf/akamai.tf View File

required_providers { required_providers {
akamai = { akamai = {
source = "akamai/akamai" source = "akamai/akamai"
version = "5.2.0"
version = "6.2.0"
} }
} }
} }

+ 2
- 1
AUPropertyAutomation/terraformlabtf/property-snippets/main.json View File

"ports": "", "ports": "",
"trueClientIpClientSetting": false, "trueClientIpClientSetting": false,
"trueClientIpHeader": "True-Client-IP", "trueClientIpHeader": "True-Client-IP",
"verificationMode": "PLATFORM_SETTINGS"
"verificationMode": "PLATFORM_SETTINGS",
"minTlsVersion": "DYNAMIC"
} }
} }
], ],

+ 1
- 0
AUPropertyAutomation/terraformlabtf/variables.tf View File

} }
variable "origin_hostname" { variable "origin_hostname" {
type = string type = string
default = "juiceshopdevops.akaorigin.com"
} }
variable "cp_code_id" { variable "cp_code_id" {
type = number type = number

Loading…
Cancel
Save