uber-archive / cherami-server

Distributed, scalable, durable, and highly available message queue system. This project is deprecated and not maintained.
https://eng.uber.com/cherami/
MIT License
1.42k stars 102 forks source link

Add password authentication for Cassandra #249

Closed kobeyang closed 7 years ago

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.4%) to 68.372% when pulling 44b67c1223ac5f26394d63d378a2574b6bd8201e on cassandra-auth into 61b6f33736ccd1905f061c22fd9416cc37113854 on master.

thuningxu commented 7 years ago

Can you figure out a way to do unit or integration testing?

kobeyang commented 7 years ago

@thuningxu I did integration test just now locally by setting cassandra as requiring authentication and added corresponding username/password to the base.yaml. It works.

thuningxu commented 7 years ago

Integration test needs to be done automatically as part of CI.