Overview & Architecture OPA exposes a set of APIs that enable unified, logically centralized policy management. Read this page if you are interested in how to build a control pla...
OPA exposes a set of APIs that enable unified, logically centralized policy management. Read this page if you are interested in how to build a control plane around OPA that enable...
Discovery Service API Example Limitations Discovery OPA can be configured to download bundles of policy and data, report status, and upload decision logs to remote endpoints. ...
Goals Prerequisites Steps 1. Create an empty policy definition that will allow all requests. 2. Install the opa-docker-authz plugin. 4. Run a simple Docker command to make sure...
Goals Prerequisites Steps 1. Create an empty policy definition that will allow all requests. 2. Install the opa-docker-authz plugin. 4. Run a simple Docker command to make sure...
Goals Prerequisites Steps 1. Create an empty policy definition that will allow all requests. 2. Install the opa-docker-authz plugin. 4. Run a simple Docker command to make sure...
TLS and HTTPS 1. Generate the TLS credentials for OPA (Example) 2. Start OPA with TLS enabled 3. Try to access the API with HTTP 4. Access the API with HTTPS Authentication an...
TLS and HTTPS 1. Generate the TLS credentials for OPA (Example) 2. Start OPA with TLS enabled 3. Try to access the API with HTTP 4. Access the API with HTTPS Authentication an...
Goals Prerequisites Steps 1. Bootstrap the tutorial environment using Docker Compose. 2. Load a policy into OPA. 3. Check that alice can see her own salary. 4. Check that bob...