You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The full-query-logger in C* 4.0 support logging of CQL queries without any specific dependency to authentication/authorization.
Let's explore if ecAudit could support a similar setup, where records could be created without any specific information/relation about users or permissions.
The text was updated successfully, but these errors were encountered:
Will implement this in stages. First stage is about making the wrapped IAuthorizer pluggable. This way the user may for example choose to use the AllowAllAuthorizer, the CassandraAuthorizer or any custom authorizer.
ecAudit can now be configured to work as a pure query logger.
In other, ecAudit is now compatible with the AllowAllAuthenticator
and the AllowAllAuthorizer that comes with Cassandra.
Align sample configuration files to use default values.
ClosesEricsson#77
The full-query-logger in C* 4.0 support logging of CQL queries without any specific dependency to authentication/authorization.
Let's explore if ecAudit could support a similar setup, where records could be created without any specific information/relation about users or permissions.
The text was updated successfully, but these errors were encountered: