-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add cassandra plugin #2632
Add cassandra plugin #2632
Conversation
Hi Calvin, nice to see you back! I've started review of the other pr so please do not merge this in anywhere until the other is merged into master! |
Glad to be back! No problem, I'll mark you and Brian as reviewers for approval whenever it's good to merge. |
credsutil.CredentialsProducer | ||
} | ||
|
||
func New() *Cassandra { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The function definition changed slightly last week, checkout the other plugins but I think this should be New() (interface{}, error)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, noted!
return nil | ||
} | ||
|
||
func (c *Cassandra) RevokeUser(statements dbplugin.Statements, username string) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This function totally ignores any revocation statements set by the admin.
Do you want those changes applied here, or post-merge? |
Either way -- if you want to merge it, can you add a comment to that code post-merge so that we can make sure it gets tracked? |
No description provided.