Policy Enforcement using OPA
Reading Time: 3 minutes Hi Guys, In this blog we are going to explore OPA and will run the sample policy on OPA server.The OPA(Open Policy Agent) is an open source, general-purpose policy engine that unifies policy enforcement across the stack. OPA provides declarative language Rego which let us write policy for decision making of micro services. We use OPA for enforcing policies in microservices, kubernetes, API gateways etc.Basically, Continue Reading