We have recently added support for Enterprise Search version 8.0+ which requires bearer_auth to be a string. So Bootstrap Command will now give below error while running Bootstrap command with user argument.
Hence we will now have to pass the username and password in basic_auth.
New testcase added for bootstrap command execution with user arguments provided to verfiy it's working.
This PR includes:
Hence we will now have to pass the username and password in basic_auth.