Secret scrubbing should maintain JSON schema
Closed this issue · 1 comments
danielrbradley commented
#107 introduced scrubbing of screts from state. It recurses into objects, but doesn't currently recurse into arrays, so misses some secrets.
Also, the scrubbed value is always a string. Where the original value was not a string (e.g. object or array) it will fail to unmarshal the value into the target types.
pulumi-bot commented
This issue has been addressed in PR #113 and shipped in release v0.1.4.