Skip to content

Commit 475d7a5

Browse files
authored
[PRMP-1367] LG name validation feature flag (#240)
1 parent 33c549e commit 475d7a5

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

infrastructure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
| Name | Version |
1010
|------|---------|
11-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.66.0 |
11+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
1212

1313
## Modules
1414

@@ -326,7 +326,7 @@
326326
|------|-------------|------|---------|:--------:|
327327
| <a name="input_auth_session_dynamodb_table_name"></a> [auth\_session\_dynamodb\_table\_name](#input\_auth\_session\_dynamodb\_table\_name) | The name of dynamodb table to store user login sessions | `string` | `"AuthSessionReferenceMetadata"` | no |
328328
| <a name="input_auth_state_dynamodb_table_name"></a> [auth\_state\_dynamodb\_table\_name](#input\_auth\_state\_dynamodb\_table\_name) | The name of dynamodb table to store the state values (for CIS2 authorisation) | `string` | `"AuthStateReferenceMetadata"` | no |
329-
| <a name="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones) | This is a list that specifies all the Availability Zones that will have a pair of public and private subnets | `list(string)` | <pre>[<br> "eu-west-2a",<br> "eu-west-2b",<br> "eu-west-2c"<br>]</pre> | no |
329+
| <a name="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones) | This is a list that specifies all the Availability Zones that will have a pair of public and private subnets | `list(string)` | <pre>[<br/> "eu-west-2a",<br/> "eu-west-2b",<br/> "eu-west-2c"<br/>]</pre> | no |
330330
| <a name="input_bulk_upload_report_dynamodb_table_name"></a> [bulk\_upload\_report\_dynamodb\_table\_name](#input\_bulk\_upload\_report\_dynamodb\_table\_name) | The name of dynamodb table to store bulk upload status | `string` | `"BulkUploadReport"` | no |
331331
| <a name="input_certificate_domain"></a> [certificate\_domain](#input\_certificate\_domain) | n/a | `string` | n/a | yes |
332332
| <a name="input_certificate_subdomain_name_prefix"></a> [certificate\_subdomain\_name\_prefix](#input\_certificate\_subdomain\_name\_prefix) | Prefix to add to subdomains on certification configurations, dev envs use api-{env}, prod envs use api.{env} | `string` | `"api-"` | no |

infrastructure/modules/app_config/configurations/2024-02-21-dev.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
},
1515
"useSmartcardAuth": {
1616
"name": "useSmartcardAuth"
17+
},
18+
"lloydGeorgeValidationStrictMode": {
19+
"name": "lloydGeorgeValidationStrictMode"
1720
}
1821
},
1922
"values": {
@@ -31,6 +34,9 @@
3134
},
3235
"useSmartcardAuth": {
3336
"enabled": "false"
37+
},
38+
"lloydGeorgeValidationStrictMode": {
39+
"enabled": "true"
3440
}
3541
},
3642
"version": "1"

infrastructure/modules/app_config/configurations/2024-05-21-pre-prod.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
},
1515
"useSmartcardAuth": {
1616
"name": "useSmartcardAuth"
17+
},
18+
"lloydGeorgeValidationStrictMode": {
19+
"name": "lloydGeorgeValidationStrictMode"
1720
}
1821
},
1922
"values": {
@@ -31,6 +34,9 @@
3134
},
3235
"useSmartcardAuth": {
3336
"enabled": "false"
37+
},
38+
"lloydGeorgeValidationStrictMode": {
39+
"enabled": "true"
3440
}
3541
},
3642
"version": "1"

infrastructure/modules/app_config/configurations/2024-05-21-prod.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
},
1515
"useSmartcardAuth": {
1616
"name": "useSmartcardAuth"
17+
},
18+
"lloydGeorgeValidationStrictMode": {
19+
"name": "lloydGeorgeValidationStrictMode"
1720
}
1821
},
1922
"values": {
@@ -31,6 +34,9 @@
3134
},
3235
"useSmartcardAuth": {
3336
"enabled": "true"
37+
},
38+
"lloydGeorgeValidationStrictMode": {
39+
"enabled": "true"
3440
}
3541
},
3642
"version": "1"

virusscanner/terraform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
| Name | Version |
1010
|------|---------|
11-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.43.0 |
11+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.0 |
1212

1313
## Modules
1414

0 commit comments

Comments
 (0)