Hello,
Got an issue here, in some case, I need to get password out of a centralized password vault. These password can change overtime, so from time to time, I might have to do a System.log, to display the password. Not a lot of people have access to VRO, so its not a big security issue, but I'm also logging stuff out to our Syslog server. So the password will be in the Syslog server, not everyone has access to that, but its still an issue in case of a breach.
Is there a better way for me to retrieve the password, but without logging it to the Syslog ? Is there another technique I should use to display the password ? Normally, in my workflows that specific workflow is passing the password via a SecureString, but sometimes I need to get the password for some debugging reasons.
Anyone done that before ?
Thanks!