This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products on Microsoft Azure Cloud.
Apache License 2.0
73
stars
88
forks
source link
fix: (IAC-996) Remediate the critical security vulnerabilities #311
Following changes were made to remediate the critical security vulnerabilities.
Updated all the Terraform provider versions to latest.
Updated provider template data source to Terraform templatefile function as the provider template has been deprecated since Oct 2020 and is read-only now see details
DockerFile updated
Tests:
Verified following scenarios, see details in internal ticket:
Scenario
Description
Order Cadence
Verification
1
OOTB, Defaults, create_static_kubeconfig = true
Fast 2020
Cluster was created successfully, Viya4 deployment stabilized and was accessible
Changes:
Following changes were made to remediate the critical security vulnerabilities.
templatefile
function as the providertemplate
has been deprecated since Oct 2020 and is read-only now see detailsTests:
create_static_kubeconfig = true
create_static_kubeconfig = false
,aks_cluster_sku_tier = "Standard"
create_static_kubeconfig = false
,storage_type = "ha"