Encrypt Usernames and Passwords in SOAPUI, check in code in Bitbucket with encrypted files
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019
02:42 PM
03-13-2019
02:42 PM
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.
Solved! Go to Solution.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019
06:55 PM
03-13-2019
06:55 PM
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.
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019
10:59 PM
03-13-2019
10:59 PM
Thank you. It works 🙂
