robertmetcalf
8 years agoOccasional Visitor
How can I stop property values being saved in XML files?
I have a process where I call an auth service to get credentials.
I then put the credentials into the header of further service calls.
The problem is when I save my project xml the credentials are there for all to see. We are using source control to share the projects and I don't want the credentials appearing here.
I know that I can pass in passwords from the command line and I am doing this, however the credentials are then retrieved by calling the auth service. I then have to use Transfer to assign the output of one to a property which is referenced elsewhere.