pulumi/tests/integration/get_resource/python
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 the Python SDK. (#5694) 2020-11-20 13:13:23 -08:00
Pulumi.yaml Add support for getResource to the Python SDK. (#5694) 2020-11-20 13:13:23 -08:00
__main__.py fix unmarshalling secrets raw (#10239) 2022-07-26 11:04:13 -07:00
requirements.txt Add support for getResource to the Python SDK. (#5694) 2020-11-20 13:13:23 -08:00