-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
Description
Hey! Awesome job by the way. I really love using this. There are a TON of things that this can give us that I don't have to build.
But I have a feature request (if it isn't already done)
With the cloudformation, can you specify encrypted? That way, when we use 'aws cloudformation deploy' it will go through, and encrypt with the KMS key you specify?
Something like this maybe
Environment:
KmsKeyId: 1234-1234-1234-1234
Variables:
NON_SECRET: blah
SECRET: !Encrypt this_gets_encrypted
Then we can just do the regular boto.kms.decrypt when we need to decrypt it in the lambda.
nalbion, filtersweep, alexturkin, armoow, pawelprazak and 3 more