Lines Matching +full:get +full:- +full:secret +full:- +full:value
3 # Get the S3 URL containing all of the MQTT5 testing environment variables passed in to the bash sc…
11 echo "Could not get S3 bucket for environment variables and/or region."
30 unset $(grep -v '^#' ${PWD}/environment_files.txt | xargs | cut -d "=" -f 1)
47 # Get the file from S3
52 echo "Environment variables secret found"
54 echo "Could not get environment variables from secrets!"
60 export $(grep -v '^#' environment_files.txt | xargs)
62 # CRT/non-builder certificate and key processing
63 # Get the certificate and key secrets (dumps straight to a file)
64 …get-secret-value --secret-id "${AWS_TEST_MQTT5_CERTIFICATE_FILE_SECRET}" --query "SecretString" --…
65 …r get-secret-value --secret-id "${AWS_TEST_MQTT5_KEY_FILE_SECRET}" --query "SecretString" --region…
68 echo "CRT Certificate secret found"
70 echo "Could not get CRT certificate from secrets!"
73 unset $(grep -v '^#' environment_files.txt | xargs | cut -d "=" -f 1)
82 echo "CRT Private key secret found"
84 echo "Could not get CRT private key from secrets!"
87 unset $(grep -v '^#' environment_files.txt | xargs | cut -d "=" -f 1)
100 # Get the certificate and key secrets (dumps straight to a file)
101 …get-secret-value --secret-id "${AWS_TEST_MQTT5_IOT_CERTIFICATE_PATH_SECRET}" --query "SecretString…
102 …get-secret-value --secret-id "${AWS_TEST_MQTT5_IOT_KEY_PATH_SECRET}" --query "SecretString" --regi…
106 echo "IoT Certificate secret found"
108 echo "Could not get IoT certificate from secrets!"
111 unset $(grep -v '^#' environment_files.txt | xargs | cut -d "=" -f 1)
124 echo "IoT Private key secret found"
126 echo "Could not get IoT private key from secrets!"
129 unset $(grep -v '^#' environment_files.txt | xargs | cut -d "=" -f 1)