Open Policy Agent, Part III – Integrating With Your Application

In the previous entry in this series, we discussed developing policies with Open Policy Agent. In this final article, we are going to focus on how you can integrate Open Policy Agent with your application.

Integrating OPA With Your Application

There are several options for how you can integrate OPA with your application. If you happen to build your application using Go, you can link OPA as a library straight into your application. Otherwise, you will run OPA as a stand-alone service (daemon).