#3444 Issue closed
: 'dump' workflow leaks secrets¶
Labels: bug
, fixed / solved / done
jsmeix opened issue at 2025-04-03 14:17:¶
ReaR version¶
current master code
Describe the ReaR bug in detail¶
I have in local.conf
{ BACKUP_PROG_CRYPT_KEY='my_backup_crypt_key' ; } 2>>/dev/$SECRET_OUTPUT_DEV
but 'rear dump' shows it without --expose-secrets
# usr/sbin/rear dump | grep BACKUP_PROG_CRYPT_KEY
BACKUP_PROG_CRYPT_KEY="my_backup_crypt_key"
jsmeix commented at 2025-04-08 08:04:¶
With
https://github.com/rear/rear/pull/3445
merged
this issue should be fixed.
[Export of Github issue for rear/rear.]