We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4155f commit 1e6acc7Copy full SHA for 1e6acc7
master_deploy.sh
@@ -604,6 +604,9 @@ download_envfile()
604
for listname in $Buffer_seclist;
605
do
606
aws s3 cp s3://tc-platform-${ENV_CONFIG}/securitymanager/$listname.json .
607
+ track_error $? "$listname.json download"
608
+ jq 'keys[]' $listname.json
609
+ track_error $? "$listname.json"
610
#cp $HOME/buildscript/securitymanager/$listname.json.enc .
611
#SECPASSWD=$(eval "echo \$${listname}")
612
#openssl enc -aes-256-cbc -d -md MD5 -in $listname.json.enc -out $listname.json -k $SECPASSWD
0 commit comments