pulumi/pkg
bors[bot] 20e32f8f8a
Merge #10749
10749: Allow override of secretsprovider using $PULUMI_SECRETS_PROVIDER r=AaronFriel a=sfc-gh-alytvynov

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

Allow per-execution override of the secrets provider via an environment variable. This allows a temporary replacement without updating the stack config, such a during CI.

Fixes # (issue)

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [x] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [x] I have updated the [CHANGELOG-PENDING](https://github.com/pulumi/pulumi/blob/master/CHANGELOG_PENDING.md) file with my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Service,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


Co-authored-by: Andrew Lytvynov <andrew.lytvynov@snowflake.com>
2022-09-22 18:35:52 +00:00
..
authhelpers Add support for authentication via GOOGLE_CREDENTIALS (#6379) 2022-06-07 16:02:08 +01:00
backend Lint 2022-09-22 10:02:04 -04:00
cmd/pulumi Merge #10749 2022-09-22 18:35:52 +00:00
codegen ci: Fix test failing due to changed type sorting 2022-09-21 09:51:59 -07:00
engine ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
operations ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
resource ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
secrets Fix orphan bulk decrypt traces (#10037) 2022-07-18 09:36:31 -04:00
testing/integration ci: Simplify test listing, update go dependencies to 1.18 compat 2022-09-21 09:51:59 -07:00
util [cli] Enable single-file Pulumi YAML templates (#10437) 2022-08-18 23:13:56 +01:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
go.mod [yaml] Update Pulumi YAML to 0.5.7 2022-09-19 16:32:47 -07:00
go.sum ci: Simplify test listing, update go dependencies to 1.18 compat 2022-09-21 09:51:59 -07:00

README.md

pulumi/pkg

While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.