adelapena commented on code in PR #2125:
URL: https://github.com/apache/cassandra/pull/2125#discussion_r1115693311
##########
src/java/org/apache/cassandra/auth/CassandraRoleManager.java:
##########
@@ -82,7 +82,7 @@ public class CassandraRoleManager implements IRoleManager
private static final Logger logger =
LoggerFactory.getLogger(CassandraRoleManager.class);
public static final String DEFAULT_SUPERUSER_NAME = "cassandra";
- static final String DEFAULT_SUPERUSER_PASSWORD = "cassandra";
+ public static final String DEFAULT_SUPERUSER_PASSWORD = "cassandra";
Review Comment:
The username was made `public` for guardrails tests. Those tests use it in a
call to `ClientState#authenticate` call that doesn't require the password.
However, here we need both the username and the password to authenticate with
the driver.
--
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]