Hi all, I've been digging into how Pulumi stores s...
# general
l
Hi all, I've been digging into how Pulumi stores secrets when using S3 for state management It seems like secret values are being store in plain text in the outputs section of the state. here's a example of the program I am running - https://gist.github.com/Jmen/27f1eaafe3660f384c34b65af6b13d4f and an example of what is stored in the state - https://gist.github.com/Jmen/343468cfe680e12d3613bda9b8378b2b is there currently a limitation in the .net implementation, or the S3 support?
seems like this is a .net limitation as I've just tried it with typescript, and it works fine
w
This definitely appears to be a bug in the .NET sdk - could you open a GitHub issue?
l
Yeah sure, I was having a quick look but couldn't find any similar in the existing issues