I am trying to automate cluster initialisation where I am running cluster-init
using automation.
I am facing an issue that cluster-init
has a mandatory argument --cluster-password
and providing this password in command line is a security vulnerability where the password is visible in process tree and it gets stored in bash history as well.
Is there any other way to provide such arguments?