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.
2 parents 0c37246 + ccdf947 commit 018a6adCopy full SHA for 018a6ad
scripts/encrypt-secrets.sh
@@ -14,8 +14,8 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-echo "Enter password for encryption: "
18
-read password
+read -s -p "Enter password for encryption: " password
+echo
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