-
Notifications
You must be signed in to change notification settings - Fork 1
New: [AEA-6028] - Added shared code for CDK and Proxygen deployments #432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
This PR is linked to a ticket in an NHS Digital JIRA Project. Here's a handy link to the ticket: AEA-6028 |
| spec["x-nhsd-apim"].target.url = `https://${stackName}.${awsEnvironment}.eps.national.nhs.uk` | ||
| if (apigeeEnvironment === "prod") { | ||
| spec.servers = [ {url: `https://api.service.nhs.uk/${instance}`} ] | ||
| spec.components.securitySchemes["nhs-cis2-aal3"] = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should have nhs-login-p9 as well - see https://github.com/NHSDigital/prescriptionsforpatients/blob/main/.github/scripts/deploy_api.sh#L80C133-L80C146
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| proxygenKid: string | ||
| } | ||
|
|
||
| export async function deployApi( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how will this deal when we need to delete something from the spec in prod - https://github.com/NHSDigital/eps-prescription-status-update-api/blob/main/.github/scripts/deploy_api.sh#L105
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we also do this in fhir api
|



Summary