uber-archive / makisu

Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Apache License 2.0
2.41k stars 156 forks source link

Add TLS Support to Redis Connection #299

Open aaronmell opened 4 years ago

aaronmell commented 4 years ago

Is your feature request related to a problem? Please describe. Its not possible to use a redis password with AWS Elasticache because AWS requires TLS at transport to be enabled.

Describe the solution you'd like Add a flag that will enabled tls --redis-cache-enable-tls

You might also want to support, the following flags, although those are not needed in this case. InsecureSkipVerify: MinVersion:
RootCAs: