pulumi/sdk
Pat Gavlin 2cc89defbc
Read passphrase from the terminal when rotating. (#7347)
Rotating a passphrase requires that the old passphrase is available via
one of the `PULUMI_CONFIG_PASSPHRASE` or `PULUMI_CONFIG_PASSPHRASE_FILE`
environment variables. This confuses `readPassphrase` when reading a new
passphrase, since that function checks the aforementioned environment
variables prior to reading from the console. The overall effect is that
it is impossible to rotate the passphrase for a stack using the
passphrase provider. These changes fix this by always reading from the
console when rotating a passphrase.
2021-06-22 11:13:57 -07:00
..
dotnet [sdk/dotnet] - Fix swallowed nested exceptions with inline program so they correctly bubble to consumer (#7323) 2021-06-21 15:45:26 -04:00
go Read passphrase from the terminal when rotating. (#7347) 2021-06-22 11:13:57 -07:00
nodejs [sdk/go] Specify known when creating outputs for construct (#7343) 2021-06-21 09:51:41 -07:00
proto [sdk/nodejs] Warn when a secret config is read as a non-secret (#6896) 2021-05-18 09:48:08 -07:00
python [sdk/go] Specify known when creating outputs for construct (#7343) 2021-06-21 09:51:41 -07:00
go.mod [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
go.sum Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.