Skip to content

Comments

CASSSIDECAR-407 Pluggable withCredentials provider for file access#318

Open
burmanm wants to merge 1 commit intoapache:trunkfrom
burmanm:secrets_change
Open

CASSSIDECAR-407 Pluggable withCredentials provider for file access#318
burmanm wants to merge 1 commit intoapache:trunkfrom
burmanm:secrets_change

Conversation

@burmanm
Copy link

@burmanm burmanm commented Feb 13, 2026

Add new settings under driver_parameters to support pluggable withCredentials provider. Add two possible implementations, ConfigProvider (which is the current implementation) and a new one, FileProvider which reads username and password from the disk.

Also deprecate the old username/password parameters, but do not remove support for them (simply transform their input to the ConfigProvider).

@frankgh frankgh self-requested a review February 13, 2026 14:57
@frankgh
Copy link
Contributor

frankgh commented Feb 13, 2026

Thanks for the patch, I will take a look at it today

…luggable withCredentials provider. Add two possible implementations, ConfigProvider (which is the current implementation) and a new one, FileProvider which reads username and password from the disk.

Also deprecate the old username/password parameters, but do not remove support for them (simply transform their input to the ConfigProvider).
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