You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed that in dry mode secrets are printed in logs (actualy without dry also)
> spot --dry --secrets.provider=spot --secrets.key=1
spot latest
dry run - no changes will be made and no commands will be executed
[12377.ru:22] run task "backup", commands: 3
[12377.ru:22] completed command "daily" {script: /bin/sh -c 'AWS_ACCESS_KEY_ID="123"; AWS_SECRET_ACCESS_KEY="123"; DISCORD_WEBHOOK_URL="https://discord.com/api/webhooks/123"; s3cmd --no-progress --storage-class=COLD sync /path s3://bucket'} (0s)
Good catch, thanks for the report. The issue was related to how a single-line, colorized logger's Printf handled secrets. The fix is now on the master branch and has been covered with additional tests. Let me know if everything looks good in your tests.
Hi,
Noticed that in dry mode secrets are printed in logs (actualy without dry also)
playbook
The text was updated successfully, but these errors were encountered: