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

Introduce CassandraSessionConfigurator #23899

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Praveen2112
Copy link
Member

Description

CassandraSessionConfigurator allows us to isolate various parts of the code related to configuring the Cassandra client and allowing us to have a dedicated config object.module for each component like SSL related configuration. Apart from this we have also introduced a another configuration property cassandra.security which should be set to PASSWORD if we are using password based authentication for cassandra.

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text:

## Cassandra
* Set `cassandra.security=PASSWORD` along with `cassandra.username` and `cassandra.password` for  password based authentication in cassandra . ({issue}`issuenumber`)

This abstraction allows us to isolate each feature as an independent
module.
@Praveen2112
Copy link
Member Author

@ebyhr Thanks a lot for the review. AC

Additionally we have introduced a new property `cassandra.security`
which needs to be set to `PASSWORD` for enabling password authentication.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants