mirror of https://github.com/pulumi/pulumi.git
![]() 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 |
||
---|---|---|
.. | ||
Pulumi.yaml | ||
index.ts | ||
package.json | ||
tsconfig.json |