Commit Graph

2 Commits

Author SHA1 Message Date
Kyle Dixler d2914c3862
fix unmarshalling secrets raw ()
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
Pat Gavlin 20f7720869
Add support for getResource to the Python SDK. ()
Just what it says on the tin.

The SDK code generator will be updated to use the new `urn`
resource option inside of each module's implementation of
`ResourceModule.construct`.

Part of .

Co-authored-by: Justin Van Patten <jvp@justinvp.com>
2020-11-20 13:13:23 -08:00