Netflix-Skunkworks / raven-python-lambda

Sentry/Raven SDK Integration For AWS Lambda (python) and Serverless
Apache License 2.0
47 stars 15 forks source link

KMS Support #1

Closed mikegrima closed 7 years ago

mikegrima commented 7 years ago

Support KMS for Sentry DSN

Add an env var for this.

kevgliss commented 7 years ago

I'm not sure we want to solve this directly in the plugin itself. I assume that users would want a more comprehensive way of encrypting/decrypting sensitive variables.

There seem to be quite a few community plugins that support this: https://github.com/SC5/serverless-kms-secrets

We should probably pick one to recommend or simply point out the fact you might want to encrypt your DSN.