SomeFire commented on a change in pull request #7566: Ignite 12832 URL: https://github.com/apache/ignite/pull/7566#discussion_r397675983
########## File path: modules/core/src/main/java/org/apache/ignite/internal/commandline/CommandHandler.java ########## @@ -462,6 +465,11 @@ else if (clientCfg.getSecurityCredentialsProvider() == null) if (!F.isEmpty(args.sslKeyStorePath())) clientCfg.setSslContextFactory(createSslSupportFactory(args)); + if (clientCfg.getUserAttributes() == null) Review comment: Always true because we created a new configuration. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services