Skip to content

Feature/cdapi 95#19

Open
nhsd-jack-wainwright wants to merge 1 commit intomainfrom
feature/CDAPI-95
Open

Feature/cdapi 95#19
nhsd-jack-wainwright wants to merge 1 commit intomainfrom
feature/CDAPI-95

Conversation

@nhsd-jack-wainwright
Copy link
Collaborator

Description

Adding additional validation logic to the Bundle endpoint.

Context

Begins to add required validation to the existing initial Bundle endpoint.

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming
  • Exceptions/Exclusions to coding standards (e.g. #noqa or #NOSONAR) are included within this Pull Request.

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

@github-actions
Copy link

Preview Lambda: pr-feature-cdapi-95
Preview URL: https://feature-cdapi-95.dev.endpoints.pathology-laboratory-reporting.national.nhs.uk

1 similar comment
@github-actions
Copy link

Preview Lambda: pr-feature-cdapi-95
Preview URL: https://feature-cdapi-95.dev.endpoints.pathology-laboratory-reporting.national.nhs.uk

@nhsd-jack-wainwright nhsd-jack-wainwright force-pushed the feature/CDAPI-55 branch 2 times, most recently from 741bceb to 18a897d Compare February 2, 2026 17:27
Base automatically changed from feature/CDAPI-55 to main February 3, 2026 10:50
@github-actions
Copy link

github-actions bot commented Feb 6, 2026

Trivy gate: no Critical/High vulnerabilities.

Trivy Filesystem Scan Summary

Filesystem: /tmp/artifact

Severity Count
CRITICAL 0
HIGH 0
MEDIUM 0
LOW 0
UNKNOWN 0

✅ No vulnerabilities found.

@nhsd-jack-wainwright nhsd-jack-wainwright marked this pull request as ready for review February 9, 2026 16:59
@nhsd-jack-wainwright nhsd-jack-wainwright requested a review from a team as a code owner February 9, 2026 16:59
Copy link
Contributor

@nhsd-rebecca-flynn nhsd-rebecca-flynn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. A couple of minor suggestions.

## Authentication Setup

Follow the instructions on this [confluence page](https://nhsd-confluence.digital.nhs.uk/x/ixnIT) to setup Bruno with the PDM INT Environment
Follow the instructions on this [confluence page](https://nhsd-confluence.digital.nhs.uk/x/ixnIT) to setup Bruno with the PDM INT Environment. Authentication can the be completed via the `Get Auth Token` call within the `APIM` collection.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can then be completed

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well spotted, updated.

## Getting Auth Token

Once you have completed the previous instructions you should be able to run the Get Auth Token request, once the request is complete it should copy the returned token into the `auth_token` environment variable. The collection has been setup to automatically use this variable to authenticate requests
Once the request is complete it should copy the returned token into the `auth_token` global environment variable. The collection has been setup to automatically use this variable to authenticate requests
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once the Get Auth Token request

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

JWT_SECRET,
auth_token
]
vars {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this file now be deleted if we have stripped everything from it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup I think so, removed this file now.

@sonarqubecloud
Copy link

@github-actions
Copy link

Deployment Complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants