Skip to content

Commit a0248ec

Browse files
Fix: [AEA-5803] - Update the Notify KID secret to use the new (better labelled) one (#2248)
## Summary - Routine Change ### Details Updates the secret for the app KID. Also removes the conditional setting of parameter values. `account-resources` PR to add in the new secret (must be merged first): NHSDigital/electronic-prescription-service-account-resources#1558 After this is merged and deployed to `prod`, this PR will delete the unused secret: NHSDigital/electronic-prescription-service-account-resources#1559 --------- Co-authored-by: tstephen-nhs <231503406+tstephen-nhs@users.noreply.github.com>
1 parent fc5d84f commit a0248ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SAMtemplates/functions/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Resources:
419419
TABLE_NAME: !Ref PrescriptionNotificationStatesTableName
420420
API_KEY_SECRET: secrets-PSU-Notify-API-Key
421421
PRIVATE_KEY_SECRET: secrets-PSU-Notify-PrivateKey
422-
KID_SECRET: secrets-PSU-Notify-Application-Name
422+
KID_SECRET: secrets-PSU-Notify-Application-KID
423423
NHS_NOTIFY_ROUTING_ID_PARAM: !Ref NotifyRoutingPlanIDParam
424424
NOTIFY_API_BASE_URL_PARAM: !Ref NotifyAPIBaseURLParam
425425
MAKE_REAL_NOTIFY_REQUESTS_PARAM: !Ref EnableNotificationsExternalParam

0 commit comments

Comments
 (0)