Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ and [Open Policy Agent WebAssembly dotnet core SDK](https://github.com/me-viper/

We want **fast**, **in-process** and **secure** OPA policies evaluation, and avoid network bottlenecks when using [opa-java](https://github.com/StyraInc/opa-java).

Using this integration for policy evaluation you can switch from the traditional integration pattern:

<p align="center">
<picture>
<img width="50%" src="imgs/traditional.png">
</picture>
</p>

to a fully embedded:

<p align="center">
<picture>
<img width="50%" src="imgs/with-wasm.png">
</picture>
</p>

# Getting Started

## Install the module
Expand Down
Binary file added imgs/traditional.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/with-wasm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<chicory.version>1.1.0</chicory.version>
<chicory.version>1.1.1</chicory.version>
<junit.version>5.12.0</junit.version>
<jackson.version>2.18.3</jackson.version>
<spotless.version>2.44.3</spotless.version>
Expand Down
Loading