pulumi/tests
Matt Ellis 881db4d72a Correctly flow secretness across POJO serliazation for stack outputs
Our logic to export a resource as a stack output transforms the
resource into a plain old object by eliding internal fields and then
just serializing the resource as a POJO.

The custom serialization logic we used here unwrapped an Output
without care to see if it held a secret. Now, when it does, we
continue to return an Output as the thing to be serialized and that
output is marked as a secret.

Fixes #2862
2019-06-26 15:16:07 -07:00
..
integration Correctly flow secretness across POJO serliazation for stack outputs 2019-06-26 15:16:07 -07:00
history_test.go pulumi update => pulumi up (#2702) 2019-05-06 14:00:18 -07:00
main_test.go Update test frameworks to new packages 2018-09-05 08:16:14 -07:00
new_test.go Initial support for passing URLs to new and up (#1727) 2018-08-10 18:08:16 -07:00
stack_test.go Allow passing a nil SecretsManager to SerializeDeployment 2019-05-10 17:07:52 -07:00