Skip to content

Commit 9cae8e5

Browse files
authored
Merge branch 'main' into PRMP-1302
2 parents e2d791d + 475d7a5 commit 9cae8e5

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

infrastructure/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.72.1 |
11+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
1212

1313
## Modules
1414

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"

0 commit comments

Comments
 (0)