using right auth provider for credentials retrieval#2
Open
smiklosovic wants to merge 11 commits intobhouse99:bhouse99-16456-trunkfrom
Open
using right auth provider for credentials retrieval#2smiklosovic wants to merge 11 commits intobhouse99:bhouse99-16456-trunkfrom
smiklosovic wants to merge 11 commits intobhouse99:bhouse99-16456-trunkfrom
Conversation
Added plugin support for CQLSH. Support is available as part of Command line and via additions to the CQLSHRC. file. For examples see CEP Documentation. * JIRA: https://issues.apache.org/jira/browse/CASSANDRA-16456 * CEP: https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-16%3A+Auth+Plugin+Support+for+CQLSH
Updated params to be snake case AuthProvider to auth_provider. AuthProviderExtendendProperties = auth_provider_extended_properties JIRA: https://issues.apache.org/jira/browse/CASSANDRA-16456 CEP: https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-16%3A+Auth+Plugin+Support+for+CQLSH
Changed auth_provider_extended properties to auth_provider_config
Added a library function for custom auth_provider loading added tests and config to verify. JIRA: https://issues.apache.org/jira/browse/CASSANDRA-16456 CEP: https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-16%3A+Auth+Plugin+Support+for+CQLSH
updated as per CR from smiklosovic
Updated to add transparancy with the old way of using PlainTextAuthProvider and specifying PlainTextAuthProvider explicitly AuthProviders now only read a single key [auth_provider] in the cqlshrc file (instead of [auth_provider_config]). Auth providers will now read properties stored under their class name in credentials file. JIRA: https://issues.apache.org/jira/browse/CASSANDRA-16456 CEP: https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-16%3A+Auth+Plugin+Support+for+CQLSH
Made the new source file up-to-date with pylint. JIRA: https://issues.apache.org/jira/browse/CASSANDRA-16456 CEP: https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-16%3A+Auth+Plugin+Support+for+CQLSH
5d890e4 to
d3633ec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.