Files
releases/docs/content/integrations/opa-wasm-java.md
T
Charlie Egan 1e4f120beb [docs] Update integrations, organisations and softwares to have pages (#6158)
This PR makes it possible to browse integrations, organizations and related softwares. Previously, these details were only available as modals on the ecosystem page.

There are also some changes to the policy enforcement on the docs content, the validation rules are much the same but have been updated to reflect that the content is stored in a new place. I have used some generated JSON in Hugo rather than using GitHub api requests to validate the files since it's A) faster, B) I think more simple, and C) easier to get Hugo to process the markdown frontmatter.

Much of the hackery in this PR (Hugo function partials to look up sets of files and get the data from them) is due to the fact that we can't use Hugo's native sections feature. All of our content is nested under docs, this means that all our pages are in the same section so custom lookups have been implemented as function partials instead to work around this.

Signed-off-by: Charlie Egan <charlie@styra.com>
2023-08-17 16:09:33 +01:00

457 B

title, software, inventors, labels, tutorials, code, docs_features, layout
title software inventors labels tutorials code docs_features layout
OPA Wasm Java Gradle SDK
java
sangkeon
category type
wasm poweredbyopa
https://github.com/sangkeon/java-opa-wasm#usage
https://github.com/sangkeon/java-opa-wasm
wasm-integration
note
This project implements the OPA Wasm module interface in Java.
integration-single

SDK to illustrate how to use Wasm compiled Rego policies from a Java application