valepakh commented on code in PR #1821:
URL: https://github.com/apache/ignite-3/pull/1821#discussion_r1150357981
##########
modules/cli/src/main/java/org/apache/ignite/internal/cli/call/cluster/ClusterInitCallInput.java:
##########
@@ -98,6 +113,13 @@ public static class ClusterInitCallInputBuilder {
private String clusterName;
+ private AuthenticationConfig authenticationSettings;
+
+ public ClusterInitCallInputBuilder
authenticationSettings(AuthenticationConfig authenticationConfig) {
+ this.authenticationSettings = authenticationConfig;
+ return this;
+ }
+
Review Comment:
This method is still there, I don't think it's needed
--
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]