Details
-
Bug
-
Resolution: Unresolved
-
normal
-
0.9.0
-
Operating System: All
Platform: All
-
P3
-
New Feature
-
361
Description
Displaying the command line may be a valuable information. Unfortunately the information may contain sensible information like passwords.
We should consider to allow a configuration to mask properties specified as e.g. -Dpassword=secret to be rendered as -Dpassword=xxx.
The configuration could be specified like this in the configuration section of the plugin
<masks>
<mask>password</mask>
</masks>