sky-uk / cqlmigrate

Cassandra schema migration library
BSD 3-Clause "New" or "Revised" License
47 stars 29 forks source link

Add authentication #31

Closed howardburgess closed 7 years ago

howardburgess commented 7 years ago

Added optional authentication when connecting to Cassandra.

chbatey commented 7 years ago

Looks good. Just a couple of comments.

1) I think by default we should use no user name and password as unfortunately most clusters don't have authentication. 2) Squash the commits and provide a single good commit message.

howardburgess commented 7 years ago

Username/password are now optional. No default values are added.