In this article, I am going to discuss on the following topics: Introduction to Azure Key Vault Creating a Key Vault and Secret Registering the application to access Key vault service Accessing the Key Vault Secret from Postman Accessing the…
JWT Validation Policy in Mule 4 with Azure AD
JWT stands for JSON Web Token and represents claims that need to be securely transferred between two parties. JWT token is a light-weight JSON based, URI safe token and claim is a JSON object which is digitally signed with Json…
Publishing Docker Image to Azure Container Registry
In my previous article, I went through the creation of Docker image and running the container and uploading to Docker Hub repository where I have registered for free. But if your organization is leveraging Microsoft Azure for their cloud technologies,…
Containerizing Mule Applications using Docker
In this article I am going to touch Docker for containerization of Mule applications. Intended audience: Any one who wants to understand how to containerize Mule applications and no prior knowledge is required to go through. But basic MuleSoft product…
Publishing artifact to Anypoint Exchange
In this article I will be discussing options to deploy artifacts to Anypoint Exchange. Anypoint Exchange is the central asset repository in the Anypoint Platform where you can share the artifacts with other developers in the same group that the…
Coding is more than a skillset; it’s an attitude, approach and art!
Having worked in IT and mostly with programming and architecture for more than 17 years, I have come up with this correlation between programmer’s attitude and their coding style. I got an opportunity to work with different types of programmers…
There are at least two transformers that are an exact match for source type “class [B” and target type “class java.io.InputStream”.
Queue storages have limit on how much they can store. In order to accommodate the payloads or messages larger than the limit, most of the Enterprise systems compress the message and publish to the queue. In Mule 4, there are…
Publish-Subscribe messages from Azure Service Bus Queues from Mule
This article uses Anypoint Studio 7.3.4 and Mule runtime 4.2.0. There are two mule flows: A Publisher flow that publishes message to Azure Service Bus Queue. A Subscriber flow that reads the message from Queue. In order to use Microsoft…