serverless-secrets-plugin icon indicating copy to clipboard operation
serverless-secrets-plugin copied to clipboard

Results 5 serverless-secrets-plugin issues
Sort by recently updated
recently updated
newest added

``` CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not predefine type for introduced options: - ServerlessSecretsPlugin for...

See: [Deprecated APIs](https://github.com/nodejs/node/blob/933d8eb689bb4bc412e71c0069bf9b7b24de4f9d/doc/api/deprecations.md#dep0106-cryptocreatecipher-and-cryptocreatedecipher)

How to reproduce: 1. Execute on OSX: sls encrypt -s stag --password 'xxx' 2. Commit to git secrets.prod.yml.encrypted. 3. Make git pull of the same file on Win10. 4. Execute...

https://aws.amazon.com/kms/ With this plugin secrets are actually exposed during the deployment so I would not recommend that as a secure solution. I think that the better solution would be storing...