You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* eopa build
* 1.44.0 version for eopa - latest
* Exclude pypi when prerelease
* Add support for building and documenting opal-client-eopa
- Updated Makefile to include new targets for building the opal-client-eopa Docker image.
- Enhanced documentation to include instructions for using the eOPA variant of the OPAL Client, with a sample Docker Compose configuration.
* Added expose and user under client-standalone
---------
Co-authored-by: Dan Yishai <danyi1212@users.noreply.github.com>
Copy file name to clipboardExpand all lines: documentation/docs/getting-started/quickstart/docker-compose-config/opal-client.mdx
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,3 +49,17 @@ OPAL **listens** to policy code update notifications and **downloads up-to-date
49
49
50
50
OPAL **listens** to policy data update notifications and **fetches the data from the sources** specified by the instructions
51
51
sent from the server. OPAL can aggregate data from multiple sources. This may include your **APIs**, **databases** and **3rd party SaaS**.
52
+
53
+
54
+
### eOPA variant
55
+
56
+
OPAL Client supports running eOPA as the inline engine.
57
+
58
+
```yml showLineNumbers {3}
59
+
service:
60
+
opal_client:
61
+
image: permitio/opal-client-eopa:latest
62
+
```
63
+
64
+
See `docker/docker-compose-example-eopa.yml` for a full example. The engine exposes the same OPA-compatible HTTP API on `:8181` while OPAL keeps policies and data synchronized.
65
+
Read more about eOPA [here](https://github.com/open-policy-agent/eopa).
0 commit comments