Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query logs without authentication backend #77

Closed
eperott opened this issue Apr 15, 2019 · 1 comment
Closed

Query logs without authentication backend #77

eperott opened this issue Apr 15, 2019 · 1 comment
Assignees
Labels
C* 4.0 compatibility Align with FQL/audit feature in Cassandra 4.0 enhancement New feature or request

Comments

@eperott
Copy link
Collaborator

eperott commented Apr 15, 2019

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.

@eperott eperott added the enhancement New feature or request label Apr 15, 2019
@eperott eperott added the C* 4.0 compatibility Align with FQL/audit feature in Cassandra 4.0 label Apr 23, 2019
@eperott eperott changed the title Query logs without authentication backend - align with C* 4.0 Query logs without authentication backend Apr 23, 2019
@eperott eperott self-assigned this Jun 11, 2019
@eperott
Copy link
Collaborator Author

eperott commented Jun 12, 2019

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.

eperott added a commit to eperott/ecaudit that referenced this issue Mar 25, 2020
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.

Closes Ericsson#77
@eperott eperott closed this as completed in 81e6be5 Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C* 4.0 compatibility Align with FQL/audit feature in Cassandra 4.0 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant