pulumi/pkg/backend/httpstate
Matt Ellis 10792c417f Remove backend.GetStackCrypter
As part of the pluggable secrets work, the crypter's used for secrets
are no longer tied to a backend. To enforce this, we remove the
`backend.GetStackCrypter` function and then have the relevent logic to
construct one live inside the CLI itself.

Right now the CLI still uses the backend type to decide what Crypter
to build, but we'll change that shortly.
2019-05-10 17:07:52 -07:00
..
client Add pulumi stack rename 2019-03-19 11:04:33 -07:00
backend.go Remove backend.GetStackCrypter 2019-05-10 17:07:52 -07:00
console.go Rename backend packages 2018-09-05 07:32:42 -07:00
console_test.go Rename backend packages 2018-09-05 07:32:42 -07:00
snapshot.go Encrypt secret values in deployments 2019-05-10 17:07:52 -07:00
stack.go Remove backend.GetStackCrypter 2019-05-10 17:07:52 -07:00
state.go Refactor config loading out of the backend 2019-05-10 17:07:52 -07:00