Andy Tolbert created CASSANDRA-19858:
----------------------------------------
Summary: gocql: Add MutualTls authenticators to
defaultApprovedAuthenticators
Key: CASSANDRA-19858
URL: https://issues.apache.org/jira/browse/CASSANDRA-19858
Project: Cassandra
Issue Type: Improvement
Components: Client/gocql-driver
Reporter: Andy Tolbert
Assignee: Andy Tolbert
gocql does not currently allow MutualTlsWithPasswordFallbackAuthenticator or
MutualTlsAuthenticator on connection users will see an error like:
{code}
unexpected authenticator
"org.apache.cassandra.auth.MutualTlsWithPasswordFallbackAuthenticator"
{code}
Update {{defaultApprovedAuthenticators}} in {{conn.go}} to include both
authenticators.
While it doesn't make a lot of sense for {{MutualTlsAuthenticator}} to be
present here, it should be harmless to include it and it may be useful if we
ever intend on making {{MutualTlsAuthenticator}} also require credentials.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]