Hello, Unfortunately, the user can pass its own system properties via JVM options as follows: -DMY_SECRET_PASSWORD=123 It does not seem, this approach is the best one. However, the user should have a "kostyl" in order to hide these properties and values in the log file, IMHO.
Thanks, S. ср, 30 июн. 2021 г. в 22:52, Shishkov Ilya <shishkovi...@gmail.com>: > Hi Igniters, > > This feature [1, 2] prevents logging of the VM arguments when > IGNITE_TO_STRING_INCLUDE_SENSITIVE option is set to false. Till now, method > IgniteKernal#ackVmArguments remains mostly the same [3]. > > Is this behaviour actual now? Often, we should be able to get from logs the > actual VM options used at startup even if output of sensitive data is > restricted. > > 1. https://issues.apache.org/jira/browse/IGNITE-4991 > 2. > > https://github.com/apache/ignite/pull/2428/commits/4f90b6fd77bd23fa818620f0757b792ba388ef93 > 3. > > https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java#L3002 >