During Replication data is transferred over a secured protocol HTTPS. DBSync Cloud Replication runs on top of Tomcat and the Tomcat setup can be secured with one of the methods below.
Route all calls through a front router like Apache (). You can also use ApacheProxy Pass and setup .htaccess security on your Apache instance to provide your authentication.
Use Tomcat Authentication/Security Realm (). You can configure tomcat/conf/server.xml with your security/user settings.
Our application is built on the Spring framework. This option will require a bit of coding (a bit more involved than the above 2). You can add spring-security in our app ().