nizhikov commented on a change in pull request #8892:
URL: https://github.com/apache/ignite/pull/8892#discussion_r619067577
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/security/NoOpIgniteSecurityProcessor.java
##########
@@ -40,6 +41,9 @@
* No operation IgniteSecurity.
*/
public class NoOpIgniteSecurityProcessor extends GridProcessorAdapter
implements IgniteSecurity {
+ /** Error message that occurs when trying to perform security operations
if security is disabled. */
+ public static final String SECURITY_DISABLED_ERROR_MSG = "Operation cannot
be performed: Ignite security is disabled.";
Review comment:
Yes.
--
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]