tolbertam opened a new pull request, #1801:
URL: https://github.com/apache/cassandra-gocql-driver/pull/1801

   Currently gocql will only allow authenticating with authenticators defined 
in defaultApprovedAuthenticators in conn.go.
   
   There have been multiple occurrences of implementers needing to update this 
list, either when a vendor would like to add their authenticator, or a new 
authenticator being added.
   
   It would probably reduce friction to just accept any authenticator provided 
by the server. From what I know, other drivers behave in this way.
   
   If a user wanted to restrict this, they could use the existing configuration 
PasswordAuthenticator.AllowedAuthenticators.
   
   patch by Andy Tolbert; reviewed by for CASSANDRA-19859
   
   ------
   
   This is an alternative pr to #1800; since this is a behavioral change, it 
merits some discussion and may take longer to review.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to