cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
peter_somos
Level 2

Hide password in logs in Suite/Advanced UI setup

Jump to solution

Hi,

Is there a way to hide some sensitive properties from logging is Suite/Advanced UI projects when using /debuglog command line.  Something similar to MsiHiddenProperties for MSI projects?

There is PasswordBox control binded to a property. The password is written to log in clear-text when the user enters it, and when it is passed to the msi command line.

Thanks,

Péter

 

The log right now looks like this:

10-11-2021[10:58:25 AM]: Engine: property 'ServiceAccountPassword' value now 'm'
10-11-2021[10:58:25 AM]: Engine: property 'ServiceAccountPassword' value now 'my'
10-11-2021[10:58:26 AM]: Engine: property 'ServiceAccountPassword' value now 'myp'
10-11-2021[10:58:26 AM]: Engine: property 'ServiceAccountPassword' value now 'mypa'
10-11-2021[10:58:26 AM]: Engine: property 'ServiceAccountPassword' value now 'mypas'
10-11-2021[10:58:26 AM]: Engine: property 'ServiceAccountPassword' value now 'mypass'
10-11-2021[10:58:26 AM]: Engine: property 'ServiceAccountPassword' value now 'mypassw'
10-11-2021[10:58:27 AM]: Engine: property 'ServiceAccountPassword' value now 'mypasswo'
10-11-2021[10:58:27 AM]: Engine: property 'ServiceAccountPassword' value now 'mypasswor'
10-11-2021[10:58:27 AM]: Engine: property 'ServiceAccountPassword' value now 'mypassword'

10-11-2021[10:59:27 AM]: Final command line: REBOOT=ReallySuppress TRANSFORMS=1033.mst SERVICEPASSWORD="mypassword" <rest of command line removed>

Labels (1)
0 Kudos
(1) Solution
peter_somos
Level 2

Found the solution: there is an ISHiddenProperties for suite setups.

View solution in original post

0 Kudos
(1) Reply
peter_somos
Level 2

Found the solution: there is an ISHiddenProperties for suite setups.

0 Kudos