You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/04/21 09:09:21 UTC

[GitHub] [ignite] nizhikov commented on a change in pull request #8892: IGNITE-14335 Merges APIs of IgniteAuthenticationProcessor and IgniteSecurity.

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:
users@infra.apache.org