cossacklabs / acra

Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
https://www.cossacklabs.com/acra/
Apache License 2.0
1.33k stars 128 forks source link

Add docker image for redis with ssl [2/3] #565

Closed Lagovas closed 2 years ago

Lagovas commented 2 years ago

Here I added a new docker image for redis with ssl using pre-generated certificates. Also updated script that generates them and placed certs in tests/ssl as all other certs. Also, deleted redundant logs file previously erroneously added. This PR doesn't touch any Acra's functionality and is intermediate for next PR which will add tls support for redis. And splitted to simplify reviewing step-by-step.

After creating new image repository and getting rights on our hub.docker.com, I will push new image. P.S. this PR merges into #564 because it is intermediate for the next and last PR depends on #564 and this too. So, this PR will be merged after #564. And after merging last one, target branch will be changed to master.

Checklist