pulumi/tests
Matt Ellis 4f693af023 Do not pass arguments as secrets to CheckConfig/Configure
Providers from plugins require that configuration value be
strings. This means if we are passing a secret string to a
provider (for example, trying to configure a kubernetes provider based
on some secret kubeconfig) we need to be careful to remove the
"secretness" before actually making the calls into the provider.

Failure to do this resulted in errors saying that the provider
configuration values had to be strings, and of course, the values
logically where, they were just marked as secret strings

Fixes #2741
2019-05-17 16:42:29 -07:00
..
integration Do not pass arguments as secrets to CheckConfig/Configure 2019-05-17 16:42:29 -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