File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ config:: # Configure development environment (main) @Configuration
5555
5656# Verify current AWS account login and retrieve the proxygen key
5757# from AWS SSM Parameter Store
58- retrieve-proxygen-key : guard-ENV
58+ retrieve-proxygen-key :
5959 @ ./scripts/check-aws-account.sh
6060 mkdir -p ~ /.proxygen
61- aws ssm get-parameter --name /$$ ENV /proxygen/private_key --with-decryption \
61+ aws ssm get-parameter --name /prod /proxygen/private_key --with-decryption \
6262 | jq -r " .Parameter.Value" \
6363 > ~ /.proxygen/eligibility-signposting-api.pem && \
64- echo " Retrieved proxygen key for APIM '$( ENV ) ' environment"
64+ echo " Retrieved proxygen key for APIM 'Prod ' environment"
6565
6666# Copy proxygen credentials for the specified environment to `~/.proxygen/`
6767# This location required location for local proxygen usage
You can’t perform that action at this time.
0 commit comments