hushline icon indicating copy to clipboard operation
hushline copied to clipboard

Better encryption key management

Open glenn-sorrentino opened this issue 3 months ago • 1 comments

We're storing the encryption key in environment variables, but a more secure method might be beneficial in case of server compromise.

Some options:

  • AWS Secrets Manager
  • HashiCorp Vault
  • Azure Key Vault
  • Google Cloud Secret Manager
  • CyberArk Conjur
  • Docker Secrets
  • Bitwarden

glenn-sorrentino avatar Mar 16 '24 19:03 glenn-sorrentino