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 00b3d80 commit ccdf947Copy full SHA for ccdf947
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 -s -p 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