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.32k stars 128 forks source link

Update vault flags loading #677

Closed Zhaars closed 9 months ago

Zhaars commented 9 months ago

Used network.NewTLSConfigByName method for loading TLS config from cli. Flags. Added missing flag registration for acra-backup

Checklist