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

Update decrypt-secrets.sh

parent ef29efc8
No related branches found
No related tags found
1 merge request!35Gestion des secrets
...@@ -17,6 +17,8 @@ do ...@@ -17,6 +17,8 @@ do
do do
echo "bs2" echo "bs2"
$SECRET_NAME=$(basename $encrypted_secret) $SECRET_NAME=$(basename $encrypted_secret)
echo $SECRET_NAME
echo $encrypted_secret
{ gpg --quiet --decrypt $encrypted_secret & echo -n "$SECRET_NAME="; } >> $MODIFIED_IMAGE/secrets/$CONTAINER_NAME.secrets { gpg --quiet --decrypt $encrypted_secret & echo -n "$SECRET_NAME="; } >> $MODIFIED_IMAGE/secrets/$CONTAINER_NAME.secrets
done done
done done
......
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