Hi Community,
I am new to orchestrator and started to create some workflows. Everything is working fine!
I have username and password as input, the password is secure string - I want to use it with embedded PowerCLI.
This is working fine, but the password is (as all other inputs are) displayed in the log.
2020-06-26 10:23:00.000 +02:00INFO__item_stack:/item1
2020-06-26 10:23:04.000 +02:00INFOInputs were {"user":"domain\\user","target":"hostname.fqdn.de","password":"P@ssw0rd"}
2020-06-26 10:23:05.000 +02:00INFO__item_stack:/item13
This is not optimal, how can I stop this behaviour? Or replace the password with ****?