envsec icon indicating copy to clipboard operation
envsec copied to clipboard

Encrypted environment variables via AWS KMS

Results 6 envsec issues
Sort by recently updated
recently updated
newest added

https://github.com/Azure/azure-sdk-for-go/blob/master/dataplane/keyvault/client.go#L1726

help wanted

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

enhancement
help wanted

This partially depends on https://github.com/hashicorp/terraform/pull/3928

enhancement