issues
search
pulumi
/
pulumi-pulumiservice
https://pulumi.com
Apache License 2.0
13
stars
7
forks
source link
Fixing secret leak in Deployment Settings
#381
Closed
IaroslavTitov
closed
3 months ago
IaroslavTitov
commented
3 months ago
Summary
This commit
unintentionally introduced code "unsercreting" all the inputs, which is what resulted in a leak
Other values that are forced to be secrets (like github passwords) were not affected, which has covered up this issue during tests
Testing
Manually tested, verified secrets and now covered up in both Pulumi Console and in stack export json
Summary
Testing