-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add tests and documentation for datastax driver SSL integration #403
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this work? Don't we need to do something to add the certificate to cassandra running in the container?
Can we add a test in here that verifies:
- The connection is using SSL
- Queries can be made against cassandra
tests/cassandra-ssl/src/test/groovy/example/CassandraSSLConfigSpec.groovy
Outdated
Show resolved
Hide resolved
tests/cassandra-ssl/src/test/groovy/example/CassandraSSLConfigSpec.groovy
Outdated
Show resolved
Hide resolved
…Spec.groovy Co-authored-by: Tim Yates <[email protected]>
Still trying to get this working. See also: #404 |
* Try to configure cassandra for ssl Follow some instructions to generate truststore and keystore files. Grab the configuration for Cassandra 4.x and update the config to point to these files. Copy the files to the container Still doesn't work * Add missing files * Fix SSL tests
# Conflicts: # gradle/libs.versions.toml
The Sonarcloud complaint about test coverage is bogus (wrong). |
Also, remove unrequired stuff from build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of tweaks suggested for the docs?
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
closes #2
Datastax Java Driver 4.17 docs for SSL integration
Datastax Java Driver 4.17 Configuration reference