aws-samples / amazon-keyspaces-toolkit

Docker Image /tools for working with Amazon Keyspaces.
MIT No Attribution
33 stars 20 forks source link

plain text auth provider fix #9

Closed Rathan8 closed 2 years ago

Rathan8 commented 3 years ago

Issue #, if available: with cqlsh-expansion the PlainTextAuthentication fails and also currently we are forcing user to give auth-provider if they are using username and password

Description of changes: 1.) For cqlsh-expansion to work with the PlainTextAuthentication when auth provider is given changed auth_provider_name to options.auth_provider_name 2.) If user is using username and password they don't need to provider auth provider

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.