Ask a Question

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

SOLVED
sdudani
Occasional Contributor

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 bitbucket, the sensitve data should not be visible.

2 REPLIES 2
nmrao
Community Hero

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!



Regards,
Rao.
sdudani
Occasional Contributor

Thank you. It works 🙂

cancel
Showing results for 
Search instead for 
Did you mean: