How we can manage secrets like usernames and passwords in TAS?

Can we manage secrets like usernames and passwords in TAS?

Hi Rhian,

You can add environment variables in TAS to securely use sensitive information such as username, passwords, API keys etc. We use the Hashicorp vault to securely store the secrets on our end. The secrets will have scope limited to the repository. And it will be decrypted only during the build.