We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c37246 commit 00b3d80Copy full SHA for 00b3d80
scripts/encrypt-secrets.sh
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
17
echo "Enter password for encryption: "
18
-read password
+read -s -p password
19
20
tar cvf secrets.tar testing/resources/{service-account.json,test-env.sh}
21
openssl aes-256-cbc -k "$password" -in secrets.tar -out secrets.tar.enc
0 commit comments