Skip to content

Commit 00b3d80

Browse files
author
Jon Wayne Parrott
committed
Turning off character echoing in encrypt-secrets.sh
1 parent 0c37246 commit 00b3d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/encrypt-secrets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
echo "Enter password for encryption: "
18-
read password
18+
read -s -p password
1919

2020
tar cvf secrets.tar testing/resources/{service-account.json,test-env.sh}
2121
openssl aes-256-cbc -k "$password" -in secrets.tar -out secrets.tar.enc

0 commit comments

Comments
 (0)