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

Ignore legacy keys when caching keys on startup #522

Closed iamnotacake closed 2 years ago

iamnotacake commented 2 years ago

Ignore Acra WebConfig keys as well. This key generation is also deprecated.

This PR adds what I forgot to include in #510 previously.

Checklist