diff --git a/docs/website/content/integrations/opa-aspnetcore.md b/docs/website/content/integrations/opa-aspnetcore.md new file mode 100644 index 0000000000..3e4932c48f --- /dev/null +++ b/docs/website/content/integrations/opa-aspnetcore.md @@ -0,0 +1,21 @@ +--- +title: OPA ASP.NET Core SDK (Styra) +labels: + category: application + layer: network +code: +- https://github.com/StyraInc/opa-aspnetcore +- https://www.nuget.org/packages/Styra.Opa.AspNetCore +tutorials: +- https://styrainc.github.io/opa-aspnetcore/ +inventors: +- styra +software: +- csharp +--- + +The Styra-supported OPA ASP.NET Core SDK enables seamless integration of Open +Policy Agent and Enterprise OPA deployments with ASP.NET Core applications +through an ASP.NET `Middleware` implementation. The SDK’s installation and usage +details are provided on [NuGet](https://www.nuget.org/packages/Styra.Opa.AspNetCore). + diff --git a/docs/website/static/img/logos/integrations/opa-aspnetcore.png b/docs/website/static/img/logos/integrations/opa-aspnetcore.png new file mode 100644 index 0000000000..0e06cd1536 Binary files /dev/null and b/docs/website/static/img/logos/integrations/opa-aspnetcore.png differ