pulumi/pkg/backend/local
Pat Gavlin e4d9eb6fd3 Support secrets for cloud stacks.
Use the new {en,de}crypt endpoints in the Pulumi.com API to secure
secret config values. The ciphertext for a secret config value is bound
to the stack to which it applies and cannot be shared with other stacks
(e.g. by copy/pasting it around in Pulumi.yaml). All secrets will need
to be encrypted once per target stack.
2017-12-22 07:59:27 -08:00
..
backend.go Support secrets for cloud stacks. 2017-12-22 07:59:27 -08:00
crypto.go Support secrets for cloud stacks. 2017-12-22 07:59:27 -08:00
display.go Allow users to control if and how output is colorized. (#718) 2017-12-14 11:53:02 -08:00
stack.go Make some updates based on CR feedback 2017-12-03 08:10:50 -08:00
state.go Implement resource protection (#751) 2017-12-20 14:31:07 -08:00