top of page
  • Writer's pictureAlex Martinez

How to secure properties before deployment in Anypoint Studio | Getting Started with MuleSoft

In the previous tutorial, we learned the best practices to set up a global.xml file and externalize the properties in Anypoint Studio. In this tutorial, we are going to learn how to create secure properties files. These properties files are where you will want to insert information such as private keys, client enforcement tokens, or other bits of information that you will want to reuse in multiple places in your project. When your Mule flows start to become long and robust, having all of your variables in a properties file will allow you to only change values in one place without having to modify every instance of that value throughout your project.



Read this tutorial: https://developer.mulesoft.com/tutorials-and-howtos/getting-started/how-to-secure-properties-before-deployment/


Anypoint Platform's free trial: https://anypoint.mulesoft.com/login/#/signup?apintent=generic

Anypoint Studio: https://www.mulesoft.com/lp/dl/studio

Advanced REST Client: https://install.advancedrestclient.com/install

Postman: https://www.postman.com/downloads/?mulesoft


Discover more developer tutorials: https://developer.mulesoft.com/

16 views0 comments
bottom of page