Skip to content

Commit 15e9a19

Browse files
committed
Tidying up make file
1 parent b261cd3 commit 15e9a19

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ PROXYGEN_ENV ?= dev
5959
# Specs are published in the APIM 'prod' environment
6060
APIM_ENV ?= prod
6161

62-
# retrieve-proxygen-key: # Obtain the 'machine user' credentials from AWS SSM (Development environment)
63-
# mkdir -p ~/.proxygen && \
64-
# aws ssm get-parameter --name /proxygen/private_key_temp --with-decryption | jq ".Parameter.Value" --raw-output \
65-
# > ~/.proxygen/eligibility-signposting-api.pem
66-
#
67-
# setup-proxygen-credentials: # Copy Proxygen templated credentials to where it expected them
68-
# cd specification && cp -r .proxygen ~
69-
7062
# Verify current AWS account login and retrieve the proxygen key
7163
# from AWS SSM Parameter Store
7264
retrieve-proxygen-key:

0 commit comments

Comments
 (0)