Skip to content

Commit

Permalink
Remove skipvalidation as a param in CFN
Browse files Browse the repository at this point in the history
  • Loading branch information
abuabraham-ttd committed Dec 20, 2024
1 parent 1449563 commit 30d4a8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions scripts/aws/EUID_CloudFormation.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -170,7 +166,6 @@ Resources:
- ', "enclave_cpu_count": 6'
- ', "enclave_memory_mb": 24576'
- ', "environment": "${DeployToEnvironment}"'
- ', "skip_validations": "${SkipValidations}"'
- '}'
WorkerRole:
Type: 'AWS::IAM::Role'
Expand Down
7 changes: 0 additions & 7 deletions scripts/aws/UID_CloudFormation.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -204,7 +198,6 @@ Resources:
- ', "enclave_cpu_count": 6'
- ', "enclave_memory_mb": 24576'
- ', "environment": "${DeployToEnvironment}"'
- ', "skip_validations": "${SkipValidations}"'
- '}'
WorkerRole:
Type: 'AWS::IAM::Role'
Expand Down

0 comments on commit 30d4a8b

Please sign in to comment.