serverless-crypt icon indicating copy to clipboard operation
serverless-crypt copied to clipboard

Add decrypted variable support

Open rmbl opened this issue 7 years ago • 0 comments

I'm using this to allow secrets in the repository which get automatically decrypted when running serverless. In my case this is the password for a rds db instance.

Usage:

custom:
    variable: ${decrypt:decryptedVariable}

I don't expect this to be merged as it needs async/await support in node which would require a version >= 7.6

rmbl avatar Feb 23 '18 15:02 rmbl