pulumi / pulumi-go-provider

A framework for building Go Providers for Pulumi
Apache License 2.0
33 stars 10 forks source link

Inject secrets from `provider:"secret"` tags #252

Closed iwahbe closed 3 months ago

iwahbe commented 3 months ago

This PR add explicit secret injection to infer. This is necessary for explicit providers in YAML, which does not correctly apply schema based secrets to provider config. This is what the bridge does.

To guard against misbehaved or partially implemented SDKs, I have also added explicit secret injection to resources.

Fixes #251

mjeffryes commented 3 months ago

also many thanks for all the explanations/answers to my n00b questions 🙇

pulumi-bot commented 3 months ago

This PR has been shipped in release v0.21.0.