API Authorization using Open Policy Agent (OPA) as a Sidecar Container

Using Open Policy Agent as a Sidecar container for REST Endpoint Authorization


Param V V

Reading Time: 20 min

In today’s cloud native world, authorization and policies are more complex than ever. In a typical enterprise that has been using RBAC (Role Based Access Control) traditionally, the policy management becomes a nightmare because the need for creation of new users, roles, controls keeps growing based on everyday’s needs. Besides, enforcing these mammoth set of rules or policies to secure huge monolithic application makes it even more harder to manage and maintain.


Hugo Static Site Deployment with Github Actions

This documents outlines the steps involved hosting a static website built using Hugo, on GitHub and deploying using Github Actions.


Param V V

Reading Time: 10 min

Outlining the steps below to able to deploy a Hugo based Static Site to Github Pages using Github Actions


Struts1 Spring Boot Migration

Walkthrough migration of a Struts1 Application to operate in a Spring Boot environment.


Param V V

Reading Time: 10 min

This document outlines the steps necessary to make the bare minimum changes to a Struts 1 Web application, to eliminate the dependency on a hosted container and instead, operate as a Spring Boot application with embedded container.


Struts2 Spring Boot Migration

Walkthrough migration of a Struts2 Application to operate in a Spring Boot environment.


Param V V

Reading Time: 10 min

This document outlines the steps necessary to make the bare minimum changes to a Struts 2 Web application, to eliminate the dependency on a hosted container and instead, operate as a Spring Boot application with embedded container.