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

Changes to enable SSL/TLS connections and authentication options #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ajcaldera1
Copy link

Added options --auth_user, --auth_password for authentication so that we can pass username/password to Cassandra
Added options --enableSSL, --ssl_truststore, ssl_truststorepassword so that we can pass JKS store and it's password to enable SSL/TLS connections to Cassandra

@aegershman
Copy link

I'd find this feature useful; while testing a newly provisioned cluster I needed to pass auth user and password, but couldn't do so without checking out this PR and building against that. Just sharing a usecase 👍

@aegershman
Copy link

aegershman commented Feb 14, 2020

Is there a way to connect to universes through basic auth?

EDIT ah, maybe this is it & it’s already implemented? Will check a bit later when back at laptop https://github.com/yugabyte/yb-sample-apps/blob/master/src/main/java/com/yugabyte/sample/common/CmdLineOpts.java#L300

EDIT EDIT: only tested on CassandraKeyValue, but including --username x --password y did work as expected

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.

2 participants