fleet icon indicating copy to clipboard operation
fleet copied to clipboard

AWS Elasticache Redis encryption

Open edulop91 opened this issue 6 years ago • 1 comments

I might be wrong here, but looks like aws elasticache redis only allows encryption when replicated or in cluster mode. Fleet currently uses redigo which does not support clustering.

Couple options I can think of:

  • aws elasticache redis encryption already works and I have not been able to find the appropriate configuration
  • add a secret server side to do encryption/authentication
  • upgrade redigo to another library that does allow use of cluster mode and replicated redis

If one of the latter two, let me know if there's a preference and I can contribute some code here :slightly_smiling_face:

edulop91 avatar Apr 26 '19 20:04 edulop91

I would be happy to review a PR adding Redis cluster support.

zwass avatar May 14 '19 18:05 zwass