Skip to content

Add decrypted variable support #18

Open
rmbl wants to merge 1 commit into
marcy-terui:masterfrom
rmbl:feature/decrypt-in-config
Open

Add decrypted variable support #18
rmbl wants to merge 1 commit into
marcy-terui:masterfrom
rmbl:feature/decrypt-in-config

Conversation

@rmbl
Copy link
Copy Markdown

@rmbl rmbl commented Feb 23, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant