0.80.0
0.80.0, May 31st 2018
Core:
-
Renaming
- Global renaming of Acra components and their configuration parameters.
We believe that the updated naming will decrease confusion about the components' functions and will make Acra's setup and usage process easier.
Main services:
Old name New name Function AcraServer AcraServer decrypts data from the database AcraWriter AcraWriter encrypts data on the client side AcraProxy AcraConnector encrypts traffic between the client and the server using Themis Secure Session AcraCensor AcraCensor firewall, part of AcraServer, blocks suspicious SQL requests to the database AcraConfigUI AcraWebConfig lightweight HTTP web server for managing AcraServer's certain configuration options Utilities:
Old name New name Function acra_rollback AcraRollback decrypts the whole database acra_genkeys AcraKeymaker generates encryption keys for storage and transport of the Acra components acra_genauth AcraAuthmanager generates user accounts for AcraWebConfig acra_genpoisonrecord AcraPoisonRecordMaker generates poision records for databases acra_addzone AcraAddzone generates Zones' header for AcraWriter Check the configurations of components inside /configs folder and read Migration Guide for more details (#175, #174, #173, #170, #169, #168).
- Global renaming of Acra components and their configuration parameters.
-
SSL/TLS
- Improved SSL/TLS connections between AcraServer<->AcraConnector and AcraServer<->database. Added TLS authentication mode (
tls_auth
) argument to the AcraServer/AcraConnector configuration files:- for AcraConnector it indicates how to authenticate AcraServer during a TLS connection;
- for AcraServer it indicates how to authenticate database during a TLS connection.
- Updated TLS configuration to provide other less strict authentication methods (do not authenticate client from server, ask for any certificate, ask and check) (#171).
- Improved SSL/TLS connections between AcraServer<->AcraConnector and AcraServer<->database. Added TLS authentication mode (
-
SQL requests filtering
-
Added support of filtering SQL requests for PostgreSQL databases. Now you can setup AcraCensor rules for both MySQL and PostgreSQL databases (#177).
-
Improved QueryCapture: AcraCensor writes allowed/blocked queries into a separate log file without blocking the main process (#176, #172).
See a detailed description of AcraCensor on the corresponding AcraCensor documentation page.
-
-
AcraWriter in Ruby
- Updated AcraWriter Ruby wrapper for ActiveRecord tutorial and pushed a new gem (#166).
-
Key Handling
-
Other
Infrastructure:
-
Even better Docker support
-
Added more ready-to-use Docker Containers:
acra-keymaker
,acra-authmanager
. As a result, each Acra component is wrapped into a Docker container, allowing you to try Acra into your infrastructures easily. -
Added easy-to-use docker-compose files for setting up the whole Acra-based environment connected to MySQL database. Possible configurations include setup with/without SSL, with/without AcraConnector, with/without Zones (#180).
Check out the instructions and examples in the /docker folder: we have examples for both MySQL and PostgreSQL databases. -
Updated descriptions for official Cossack Labs packages on Docker Hub.
-
Updated Getting started with Docker guide to make starting out with Acra even easier.
-
-
OS
- Added support of Ubuntu Xenial, Ubuntu Bionic (added precompiled binaries and tests to make sure that Acra is compiling/building/working well on 16.04/18.04).
Documentation:
- Updated tutorials about protecting a Ruby on Rails app and a Django app.
- Every single document, code line, and image are updated using the new naming.