Forum Discussion

sdudani's avatar
sdudani
Occasional Contributor
6 years ago
Solved

Encrypt Usernames and Passwords in SOAPUI, check in code in Bitbucket with encrypted files

My XML requests have sensitive data which I do not want to expose when I check in my code in bitbucket. How can we make sure that the files are encrypted and when someones access the files in bitbu...
  • nmrao's avatar
    6 years ago
    Use custom properties where actual values are used.

    Have the properties into file. So that it can be loaded to the project in a shot.

    By the way, keep the property names alone in the property for the credentials or any sensitive data while pushing to repository.

    When the other does check out, they have to fill the values in properties and load them into project.

    Hope this helps!