Skip to content

Releases: NHSDigital/immunisation-fhir-api

v1.0.2951-alpha

09 Apr 12:39
a89b0aa

Choose a tag to compare

VED-000: Group Dependabot PRs (#1397)

* Bump cryptography from 46.0.6 to 46.0.7 in /lambdas/mns_publisher (#1395)

v1.0.2950-alpha

08 Apr 14:45
29a5086

Choose a tag to compare

added COVID CRUDS permissions for TPP, MEDICUS and EMIS in prod confi…

v1.0.2949-alpha

07 Apr 09:16
a161017

Choose a tag to compare

updated yml to show at test execution title with MNS validation flag …

v1.0.2948-alpha

02 Apr 14:41
11d29e6

Choose a tag to compare

Bump the terraform-minor-patch group across 2 directories with 1 upda…

v1.0.2947-alpha

02 Apr 13:25
5380a6b

Choose a tag to compare

Added required as false to mns vlidation flag in e2e pipeline (#1377)

* converted string to boolean in default mns vlidation flag

* added required as false and changed back to string

v1.0.2946-alpha

02 Apr 11:04
5fe0466

Choose a tag to compare

VED-000: Update ECR repository reference in lambda.tf (#1343)

* Update ECR repository reference in lambda.tf to use the resource name directly

* Update ECR repository reference in lambda.tf to use a formatted name and add dependency on the repository. This change enhances clarity and ensures the Lambda module correctly references the ECR repository for image management.

* Refactor ECR repository reference in lambda.tf to use direct name attribute instead of formatted string. This change improves clarity and ensures accurate dependency management for the Lambda module.

v1.0.2945-alpha

02 Apr 09:33
7ca4ce0

Choose a tag to compare

fix clean up task for batch file  validation  and when token get expi…

v1.0.2944-alpha

02 Apr 08:41
a1f06d8

Choose a tag to compare

Add missing projects to Dependabot config and Makefile. (#1372)

v1.0.2943-alpha

01 Apr 14:59
e082c48

Choose a tag to compare

Ved 982 updated dpsfull batch scenario (#1371)

* added DPSFULL batch scenario

* updated fix

v1.0.2942-alpha

01 Apr 09:41
9e0b52f

Choose a tag to compare

VED-1134: S3 Bucket Policy Missing SecureTransport Statement (#1326)

* Add HTTPS-only policies for S3 buckets in API Gateway and Splunk modules

- Introduced HTTPS-only IAM policy documents for S3 buckets used in API Gateway and Splunk to enhance security.
- Updated the S3 bucket policies to enforce HTTPS connections, preventing non-secure access to the stored certificates and logs.

* Refactor S3 bucket policy documents to standardize HTTPS-only enforcement

- Removed unnecessary S3 bucket policy data source.
- Updated policy statement IDs to "HTTPSOnly" for consistency across IAM policy documents related to S3 buckets in API Gateway.