nizhikov commented on a change in pull request #8892:
URL: https://github.com/apache/ignite/pull/8892#discussion_r617341310
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java
##########
@@ -1568,6 +1567,11 @@ private static DecimalFormat doubleFormat() {
private GridProcessor securityProcessor() throws IgniteCheckedException {
GridSecurityProcessor prc =
createComponent(GridSecurityProcessor.class, ctx);
+ if (cfg.isAuthenticationEnabled() && !(prc instanceof
IgniteAuthenticationProcessor)) {
Review comment:
Why do we need this check?
--
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:
[email protected]