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.
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