Skip to content
Snippets Groups Projects
Commit 0fe2af4c authored by Igor Witz's avatar Igor Witz
Browse files

Update decrypt-secrets.sh,...

Update decrypt-secrets.sh, pica-etherpad/secrets/encrypted-variables-test/etherpad-app/ETHERPAD_ADMIN_PASSWORD, pica-etherpad/secrets/encrypted-variables-test/etherpad-app/ETHERPAD_DB_NAME, pica-etherpad/secrets/encrypted-variables-test/etherpad-app/ETHERPAD_DB_PASSWORD, pica-etherpad/secrets/encrypted-variables-test/etherpad-app/ETHERPAD_DB_USER, pica-etherpad/secrets/encrypted-variables-test/etherpad-app/MYSQL_PORT_3306_TCP_ADDR, pica-etherpad/secrets/encrypted-variables-test/etherpad-db/MYSQL_DATABASE, pica-etherpad/secrets/encrypted-variables-test/etherpad-db/MYSQL_PASSWORD, pica-etherpad/secrets/encrypted-variables-test/etherpad-db/MYSQL_ROOT_PASSWORD, pica-etherpad/secrets/encrypted-variables-test/etherpad-db/MYSQL_USER files
parent 469bea09
No related branches found
No related tags found
1 merge request!35Gestion des secrets
Showing
with 1 addition and 1 deletion
......@@ -8,7 +8,7 @@ cat /tmp/test | gpg --import
SECRETS_PATH=$MODIFIED_IMAGE/secrets/encrypted-variables-$(echo $PICA_ENVIRONMENT | tr '[:upper:]' '[:lower:]')
echo $SECRETS_PATH
for $encrypted_secret in $SECRETS_PATH;
for $encrypted_secret in $SECRETS_PATH/*;
do
echo $encrypted_secret
done
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment