In this tutorial, we are going to learn how to create secure properties files to store sensitive information such as keys, tokens, or passwords.
For a step by step tutorial navigate to the MuleSoft developer website here.
For a video of the tutorial go here.
This Mule Application makes use of a Logger component to output the encrypted/secured properties into the console. The properties files are set up depending on the environment in which they're running: local or dev (CloudHub). Make sure to follow the written tutorial to learn how to encrypt the properties.
This application is designed to run on MuleSoft's Anypoint Studio and Anypoint Platform.
First you have to download MuleSoft's IDE: Anypoint Studio. After that, you can clone this repository and import it in Studio. You can follow the next steps to install:
- Set up your environment.
-
Clone this repository.
-
In Anypoint Studio, select
File
>Import
>Anypoint Studio
>Anypoint Studio project from File System
and click Next. -
Select the cloned repository in the Project Root and make sure to uncheck the
Copy project into workspace
option. -
Click on Finish.
Contributions are what make the MuleSoft community such an amazing place. Any contributions you make are greatly appreciated.
See contributing.md for the MuleSoft Developer principles.