pulumi/pkg/resource/config
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
..
crypt.go Support secrets for cloud stacks. 2017-12-22 07:59:27 -08:00
value.go Decrypt configuration nearer to its use. 2017-12-04 17:10:40 -08:00
value_test.go Add (back) component outputs 2017-11-20 17:38:09 -08:00