pulumi/pkg/backend
bors[bot] 40f92870e4
Merge #11554
11554: Rotate cloud secrets provider r=Frassle a=Frassle

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

<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

Little thing I noticed while looking at secrets. We support the idea of rotating the passphrase secret provider (that is changing the key and assigning a new passphrase). Turns out this makes sense for the cloud secret provider as well where we generate a new symmetric key.

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [ ] 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 run `make changelog` and committed the `changelog/pending/<file>` documenting 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: Fraser Waters <fraser@pulumi.com>
2022-12-15 22:56:42 +00:00
..
display fix negative durations in update display 2022-12-12 12:22:03 -08:00
filestate Rotate cloud secrets provider 2022-12-15 21:25:47 +00:00
httpstate Lint 2022-12-15 12:14:51 -05:00
state [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
apply.go Only use preview plans for --yes in experimental mode 2022-11-23 08:56:16 +00:00
backend.go Qualify name 2022-11-29 14:07:20 -08:00
backend_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
errors.go Add a link to docs for the 409 Conflict error message (#3207) 2019-09-10 13:25:08 -07:00
mock.go Move default secret manager to stack (#10423) 2022-08-18 15:31:34 +01:00
policypack.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
query.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
snapshot.go Add DeletedWith resource option 2022-10-31 12:03:18 +02:00
snapshot_test.go Add DeletedWith resource option 2022-10-31 12:03:18 +02:00
stack.go Move default secret manager to stack (#10423) 2022-08-18 15:31:34 +01:00
updates.go Send update metadata about update plans 2022-10-12 22:55:59 +01:00
watch.go fix: Allow watch on macOS on Apple Silicon (#10605) 2022-09-02 10:38:39 -07:00