File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9393echo " Retrieving proxygen credentials"
9494
9595# Retrieve the proxygen private key and client private key and cert from AWS Secrets Manager
96- proxygen_private_key_arn=$( aws cloudformation list-exports --query " Exports[?Name=='account-resources :${PROXYGEN_PRIVATE_KEY_NAME} '].Value" --output text)
96+ proxygen_private_key_arn=$( aws cloudformation list-exports --query " Exports[?Name=='secrets :${PROXYGEN_PRIVATE_KEY_NAME} '].Value" --output text)
9797
9898if [[ " ${ENABLE_MUTUAL_TLS} " == " true" ]]; then
9999 echo
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197197 STACK_NAME : ${{ inputs.STACK_NAME }}
198198 AWS_ENVIRONMENT : ${{ inputs.TARGET_ENVIRONMENT }}
199199 APIGEE_ENVIRONMENT : ${{ inputs.APIGEE_ENVIRONMENT }}
200- PROXYGEN_PRIVATE_KEY_NAME : PrescriptonsForPatientsProxygenPrivateKey
200+ PROXYGEN_PRIVATE_KEY_NAME : PrescriptionsForPatientsProxygenPrivateKey
201201 PROXYGEN_KID : prescriptions-for-patients
202202 DRY_RUN : false
203203 ENABLE_MUTUAL_TLS : ${{ inputs.ENABLE_MUTUAL_TLS }}
You can’t perform that action at this time.
0 commit comments