We have a use case where we need control M job to clone the repository from bitbucket and copy the cloned repo to Linux VM.
I tried executing git clone command as part of control M script, but we have to hardcode the bitbucket username and token/password to it.
And even when we use variables in control M still it is being saved in plain text. Anyone with access can able to see the credentials.
Help is much appreciated, Thanks.