Skip to content

Conversation

@connoravo-nhs
Copy link
Contributor

@connoravo-nhs connoravo-nhs commented Dec 11, 2025

Summary

  • ✨ New Feature

Details

@github-actions
Copy link
Contributor

github-actions bot commented Dec 11, 2025

This PR is linked to a ticket in an NHS Digital JIRA Project. Here's a handy link to the ticket:

AEA-6037

Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
@@ -0,0 +1,448 @@
# This is an OpenAPI Specification (https://swagger.io/specification/)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Within /specification, only the following has had changes made, versus being copied from https://github.com/NHSDigital/prescriptions-for-patients.

  • prescriptions-for-patients.yaml
  • redocly.yaml
  • package.json
  • tsconfig.json

@@ -0,0 +1,23 @@
{
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Within /specification, only the following has had changes made, versus being copied from https://github.com/NHSDigital/prescriptions-for-patients.

  • prescriptions-for-patients.yaml
  • redocly.yaml
  • package.json
  • tsconfig.json

@@ -0,0 +1,3 @@
apis:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Within /specification, only the following has had changes made, versus being copied from https://github.com/NHSDigital/prescriptions-for-patients.

  • prescriptions-for-patients.yaml
  • redocly.yaml
  • package.json
  • tsconfig.json

@@ -0,0 +1,9 @@
{
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Within /specification, only the following has had changes made, versus being copied from https://github.com/NHSDigital/prescriptions-for-patients.

  • prescriptions-for-patients.yaml
  • redocly.yaml
  • package.json
  • tsconfig.json

@sonarqubecloud
Copy link

TARGET_SERVICE_SEARCH_SERVER: sandbox
PROXYGEN_ROLE: ${{ secrets.PROXYGEN_PTL_ROLE }}

release_prod:
Copy link
Collaborator

Choose a reason for hiding this comment

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

shouldnt you have a DEPLOY_APIGEE: false in here for prod

PROD_CLOUD_FORMATION_CHECK_VERSION_ROLE: ${{ secrets.PROD_CLOUD_FORMATION_CHECK_VERSION_ROLE }}
DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE: ${{ secrets.DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE }}

PROXYGEN_ROLE: ${{ secrets.PROXYGEN_PTL_ROLE }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

should be PROXYGEN_PROD_ROLE for INT deployment

TARGET_SPINE_SERVER: sandbox
TARGET_SERVICE_SEARCH_SERVER: sandbox
PROXYGEN_ROLE: ${{ secrets.PROXYGEN_PTL_ROLE }}
# release_sandbox_code:
Copy link
Collaborator

Choose a reason for hiding this comment

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

can we just deploy it with DEPLOY_APIGEE: false?

also if we do comment it out, should do the same in ci.yml and release.yml

"packages/common/testing",
"packages/distanceSelling"
"packages/distanceSelling",
"packages/specification"
Copy link
Collaborator

Choose a reason for hiding this comment

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

this needs adding to .vscode/eps-prescription-status-update-api.code-workspace as well

export function extractNHSNumberFromHeaders(headers: EventHeaders): string {
if (headers["nhs-login-identity-proofing-level"]) {
// Proxygen spec will include proofing level header, whereas non-proxygen API will not
return validateNHSNumber(headers["nhsd-nhslogin-user"]!)
Copy link
Collaborator

Choose a reason for hiding this comment

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

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.

3 participants