pulumi/tests/integration/provider_secret_config
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
..
index.ts Do not pass arguments as secrets to CheckConfig/Configure 2019-05-17 16:42:29 -07:00
package.json Do not pass arguments as secrets to CheckConfig/Configure 2019-05-17 16:42:29 -07:00
Pulumi.yaml Do not pass arguments as secrets to CheckConfig/Configure 2019-05-17 16:42:29 -07:00
tsconfig.json Do not pass arguments as secrets to CheckConfig/Configure 2019-05-17 16:42:29 -07:00