This message was deleted.
# general
s
This message was deleted.
b
f
@billowy-army-68599 Not sure why this started happening last week. The version I had for more than 3 weeks is v3.37.2. What would be the short term solution here?
e
This started happening suddenly last week.
This is a long standing issue, so I suspect you changed something to start triggering this. Out of interest what secrets provider are you using and has that changed recently?
f
I am using the default secrets provider and
Copy code
export PULUMI_CONFIG_PASSPHRASE=""
e
Thanks, I'll have a look into why it's rewriting on up. 423 will continue to be a problem when pulumi needs to edit config (e.g. when setting a key, or secret salt) but hopefully we can at least fix it re-writing the file on every up.
f
I found the issue. I removed the encryptionsalt line in the config and that caused the issue. Even if I set PULUMI_CONFIG_PASSPHRASE to an empty string there is some form of encryption.
e
Ahhhh yes,
PULUMI_CONFIG_PASSPHRASE=""
means a password of empty string, not no password.
f
Learned the hard way. @echoing-dinner-19531 So I can never set no password?
e
correct, there's currently no way to disable secrets
feel free to raise an issue about this
f
thanks