blob: b962e63d53a3d86397cf8f0f601f25901e072bd7 [file] [log] [blame]
; Config for a custom auth provider that uses all possible fields
; This example loads the PlainTextAuthProvider and passes username and password to constructor
; dynamically.
; used by unit testing
[auth_provider]
module = cassandra.auth
classname = PlainTextAuthProvider
username = user1
password = pass1