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

Change args parsing approach #689

Closed Zhaars closed 8 months ago

Zhaars commented 8 months ago

Introduce a new component called args.ServiceExtractor that encapsulates the logic of extracting service parameters from CLI, Config, General CLI flags, etc in appropriate order.

Checklist