I’ve a Flash web app that is used as a on demand hub to trigger bots. To some bots, I’m looking into pass the user name and password as arguments to initialize the bot.
The problem I’m facing is, when I look at the orchestrator logs, I see that the password is passed as a clear text and is displayed in the logs. Is there a better way to transfer passwords when sent via arguments?