envsec
envsec copied to clipboard
Encrypted environment variables via AWS KMS
https://github.com/Azure/azure-sdk-for-go/blob/master/dataplane/keyvault/client.go#L1726
They should include an explination of the format for running commands (eg. where does the `-- ep -- cat filename` come from, and how do you change this)
We should check that the encrypted value using the CloudFormation formatter does not exceed [4096 bytes](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html) causing an runtime error. Another solution: Splitting the value into multiple parameters of the...
Should be simple enough with using https://github.com/spf13/viper
This partially depends on https://github.com/hashicorp/terraform/pull/3928