Skip to content

Rob4001/dotnet-opa-wasm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Policy Agent for .NET

NuGet package

Call Open Policy Agent (OPA) policies in WASM (Web Assembly) from C# .NET Core

A working sample is in src\Opa.Wasm.ConsoleSample. It mirrors the node sample, but not the node library (currently builtins not hooked up properly).

References

(KubeCon NA is just starting, so this is an old video) You want to watch Deep Dive: Open Policy Agent - Torin Sandall, Styra first.

Docs are at https://github.com/open-policy-agent/opa/blob/master/docs/content/wasm.md

Writing policies https://www.openpolicyagent.org/docs/latest/how-do-i-write-policies/

Example and Integrations https://github.com/open-policy-agent/contrib

Other Open Policy Agent WebAssemby SDKs

Wasmtime Infos

GitHub repo https://github.com/bytecodealliance/wasmtime-dotnet

Docs https://bytecodealliance.github.io/wasmtime-dotnet/articles/intro.html

About

Call Open Policy Agent (OPA) policies in WASM (Web Assembly) from .NET Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 84.9%
  • HTML 9.1%
  • CSS 3.3%
  • Batchfile 1.1%
  • Other 1.6%