pulumi/tests/integration/get_resource/nodejs
Kyle Dixler d2914c3862
fix unmarshalling secrets raw (#10239)
During Invoke, secrets are stripped and returned back in cleartext. If not specified in the MarshalProperties struct the default value for KeepSecrets(a boolean) is false. This PR keeps them encrypted when returning them.
2022-07-26 11:04:13 -07:00
..
.gitignore Add support for getResource to Node.js SDK (#5837) 2020-12-01 10:58:15 -08:00
Pulumi.yaml Add support for getResource to Node.js SDK (#5837) 2020-12-01 10:58:15 -08:00
index.ts fix unmarshalling secrets raw (#10239) 2022-07-26 11:04:13 -07:00
package.json Add support for getResource to Node.js SDK (#5837) 2020-12-01 10:58:15 -08:00