Open Policy Agent (OPA) with Spring boot 3

The Open Policy Agent (OPA, pronounced “oh-pa”) is an open source, general-purpose policy engine that unifies policy enforcement across the stack. OPA provides a high-level declarative language that lets you specify policy as code and simple APIs to offload policy decision-making from your software. You can use OPA to enforce policies in microservices, Kubernetes, CI/CDContinueContinue reading “Open Policy Agent (OPA) with Spring boot 3”

Springboot with JMS, Amazon MQ, MongoDB, S3 and Thymeleaf

In this post, we will create a simple spring boot application that will act as both the JMS Producer and Consumer. It will connect to Amazon MQ on AWS, Send/Receive JMS Messages, Store User information in MongoDb, Create a PDF file for a given User and upload it to AWS S3. Note: In a productionContinueContinue reading “Springboot with JMS, Amazon MQ, MongoDB, S3 and Thymeleaf”