From 30d4a8bb284b79f7ab376aa7935649ebc5a076eb Mon Sep 17 00:00:00 2001 From: abuabraham-ttd Date: Fri, 20 Dec 2024 10:26:20 -0800 Subject: [PATCH] Remove skipvalidation as a param in CFN --- scripts/aws/EUID_CloudFormation.template.yml | 5 ----- scripts/aws/UID_CloudFormation.template.yml | 7 ------- 2 files changed, 12 deletions(-) diff --git a/scripts/aws/EUID_CloudFormation.template.yml b/scripts/aws/EUID_CloudFormation.template.yml index e545f5e87..bd63cb6f2 100644 --- a/scripts/aws/EUID_CloudFormation.template.yml +++ b/scripts/aws/EUID_CloudFormation.template.yml @@ -5,10 +5,6 @@ Parameters: Description: EUID API Token Type: String NoEcho: true - SkipValidations: - Description: SkipValidations on starting enclave - Type: String - Default: "false" DeployToEnvironment: Description: Environment to deploy to prod/integ Type: String @@ -170,7 +166,6 @@ Resources: - ', "enclave_cpu_count": 6' - ', "enclave_memory_mb": 24576' - ', "environment": "${DeployToEnvironment}"' - - ', "skip_validations": "${SkipValidations}"' - '}' WorkerRole: Type: 'AWS::IAM::Role' diff --git a/scripts/aws/UID_CloudFormation.template.yml b/scripts/aws/UID_CloudFormation.template.yml index 0b028191e..41ecd1f31 100644 --- a/scripts/aws/UID_CloudFormation.template.yml +++ b/scripts/aws/UID_CloudFormation.template.yml @@ -5,10 +5,6 @@ Parameters: Description: UID2 API Token Type: String NoEcho: true - SkipValidations: - Description: SkipValidations on starting enclave - Type: String - Default: "false" DeployToEnvironment: Description: Environment to deploy to prod/integ Type: String @@ -88,8 +84,6 @@ Metadata: ParameterLabels: APIToken: default: OPERATOR_KEY provided by UID2 Administrator. - SkipValidations: - default: Skip configuration validation before starting enclave DeployToEnvironment: default: UID2 environment to deploy to. Prod - production; Integ - integration test. InstanceType: @@ -204,7 +198,6 @@ Resources: - ', "enclave_cpu_count": 6' - ', "enclave_memory_mb": 24576' - ', "environment": "${DeployToEnvironment}"' - - ', "skip_validations": "${SkipValidations}"' - '}' WorkerRole: Type: 'AWS::IAM::Role'