kolide / fleet

A flexible control server for osquery fleets
https://kolide.com/fleet
MIT License
1.1k stars 262 forks source link

AWS Elasticache Redis encryption #2038

Open edulop91 opened 5 years ago

edulop91 commented 5 years ago

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:

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

zwass commented 5 years ago

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