|
|
|
@ -221,7 +221,7 @@ function main(){
|
|
|
|
for secrets_file in "${secrets_file_list[@]}"; do
|
|
|
|
for secrets_file in "${secrets_file_list[@]}"; do
|
|
|
|
fn_sops_updatekeys_and_verify "${secrets_file}"
|
|
|
|
fn_sops_updatekeys_and_verify "${secrets_file}"
|
|
|
|
done
|
|
|
|
done
|
|
|
|
echo "# SUCESS: all users with keys in this dir should have functional keys"
|
|
|
|
echo "# SUCCESS: all users with keys in this dir should have functional keys"
|
|
|
|
else
|
|
|
|
else
|
|
|
|
echo "# WARN: no secrets file passed in, make sure to call 'sops updatekeys' on secrets files"
|
|
|
|
echo "# WARN: no secrets file passed in, make sure to call 'sops updatekeys' on secrets files"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|