We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b261cd3 commit 15e9a19Copy full SHA for 15e9a19
1 file changed
Makefile
@@ -59,14 +59,6 @@ PROXYGEN_ENV ?= dev
59
# Specs are published in the APIM 'prod' environment
60
APIM_ENV ?= prod
61
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
-
70
# Verify current AWS account login and retrieve the proxygen key
71
# from AWS SSM Parameter Store
72
retrieve-proxygen-key:
0 commit comments