ecaudit
ecaudit copied to clipboard
Ericsson Audit plug-in for Apache Cassandra
I think operation should get failed if ecAudit is not able to log the auditing info in case of pre logging. I think this should be a feature in ecAudit...
Filter types are only configurable via a system property. We should make this configurable via the https://github.com/Ericsson/ecaudit/blob/master/conf/audit.yaml file instead. * Configure filter type in audit.yaml * Remain backward compatible with...
Hello, Greatly appreciate the ecAudit plugin, which has been helpful for us to meet many of the auditing requirements levied upon us on our older version of Cassandra while we...
Obfuscation of passwords in multi-line statements was improved in #170. However, as reported by @smiklosovic in a comment, the solution was not bullet proof. > For example, you can have...
Hello , I started to test audit plugin for Cassandra 3.11.6 and respective jar for the same ecaudit_c3.11-2.6.0.jar. on windows 10 64 bit machine. I have Followed the steps as...
We keep a few test scripts which are using ccm to setup test clusters for demo and "performance test" purposes. There are a lot of repeated code in those scripts....
In the /conf directory of the repo we keep two sample files (one for the ecaudit plugin and one for the eclog tool). The sample configurations provide documentation of each...
Since ``AuditRoleManager`` assumes, and enforces, a certain type and number of options relating to whitelisting, it's not possible to pass on ``RoleOptions`` instances with custom options. The culprit seems to...
When upgrading to ecAudit 2.0.0 or later a new format for the internal whitelist table is introduced. Once the upgrade is completed it is recommended to drop the legacy whitelist...
When using Role Based Whitelisting with the following setup: Given user/role kalle_wl wihch is granted all permissions to table ks.test: `cassandra@cqlsh> grant all on TABLE ks.test TO kalle_wl; ` And...