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

Adding ecaudit plugin to connection whitelist. #1321

Merged
merged 1 commit into from
Jul 8, 2019
Merged

Adding ecaudit plugin to connection whitelist. #1321

merged 1 commit into from
Jul 8, 2019

Conversation

CH-JosephBironas
Copy link
Contributor

@CH-JosephBironas CH-JosephBironas commented Jun 11, 2019

This is a seemingly trivial change to a plugin whitelist. It uses a drop-in replacement to cassandra username/password auth to create an audit log for compliance purposes.

Edit: To address issue #1320

@CH-JosephBironas
Copy link
Contributor Author

One test failed because of what looks like a flakey environment setup.

+ccm create test -v 2.2.13 -n 3 -d --vnodes '--jvm_arg=-Xmx256m -XX:NewSize=100m'
integration.sh: line 34: ccm: command not found

@alourie
Copy link
Contributor

alourie commented Jun 12, 2019

@CH-JosephBironas you can use a custom Authenticator using #1242. That being said, if the use of this authenticator is common, I wouldn't mind adding it to the whitelist.

@CH-JosephBironas
Copy link
Contributor Author

The problem with it not being added to the whitelist is, I have to maintain custom forks of two other largish projects that depend on this one in order to implement the same user/pass auth that exist already in this library. If there are no objections to augmenting the white list, that is the least effort for at least me, and I imagine others who depend on audit logging in cassandra pre the 4.0 release.

@CH-JosephBironas
Copy link
Contributor Author

Confirmed the travisci build was flakey.

@Zariel Zariel merged commit d01d4ad into apache:master Jul 8, 2019
meiliang86 added a commit to cadence-workflow/cadence that referenced this pull request Jan 6, 2020
* Update gocql to pull in apache/cassandra-gocql-driver#1321

* fix test

Co-authored-by: Matt Anger <58711323+AngerM-DD@users.noreply.github.com>
Co-authored-by: Yu Xia <yx@uber.com>
Co-authored-by: Liang Mei <meiliang86@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants