-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into remove_locks_decision_logs
- Loading branch information
Showing
36 changed files
with
236 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
--- | ||
title: ASP.NET Core | ||
title: .NET Core Middleware (build-security) | ||
labels: | ||
category: application | ||
layer: network | ||
code: | ||
- https://github.com/build-security/OPA-AspDotNetCore-Middleware | ||
inventors: | ||
- build-security | ||
software: | ||
- csharp | ||
--- | ||
Use ASP.NET Core to create web apps and services that are fast, secure, cross-platform, and cloud-based. | ||
OPA can be used to implement authorization policies for APIs used in the ASP.NET Core framework. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: Gradle Build Plugin | ||
title: Gradle Build Plugin (Bisnode) | ||
labels: | ||
layer: cicd | ||
category: cicdplugin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: C# OPA SDK (Styra) | ||
labels: | ||
category: application | ||
layer: network | ||
code: | ||
- https://github.com/StyraInc/opa-csharp | ||
- https://www.nuget.org/packages/Styra.Opa | ||
tutorials: | ||
- https://styrainc.github.io/opa-csharp/ | ||
inventors: | ||
- styra | ||
software: | ||
- csharp | ||
--- | ||
|
||
The Styra-supported driver to connect to Open Policy Agent (OPA) and Enterprise OPA deployments from C# applications. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: OPA Go SDK | ||
software: | ||
- golang | ||
inventors: | ||
- styra | ||
labels: | ||
category: application | ||
layer: network | ||
tutorials: | ||
- https://www.openpolicyagent.org/docs/latest/integration/#integrating-with-the-go-sdk | ||
code: | ||
- https://pkg.go.dev/github.com/open-policy-agent/opa/sdk | ||
- https://github.com/open-policy-agent/opa/tree/main/sdk | ||
--- | ||
OPA's native Go SDK allows application developers to run OPA functionality from within their application. |
2 changes: 1 addition & 1 deletion
2
docs/website/content/integrations/java.md → ...e/content/integrations/opa-java-client.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: Authorization for Java | ||
title: Java Client (Bisnode) | ||
labels: | ||
layer: network | ||
category: application | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Java OPA SDK (Styra) | ||
labels: | ||
layer: network | ||
category: application | ||
software: | ||
- java | ||
code: | ||
- https://github.com/StyraInc/opa-java | ||
- https://central.sonatype.com/artifact/com.styra/opa | ||
tutorials: | ||
- https://styrainc.github.io/opa-java/javadoc/ | ||
inventors: | ||
- styra | ||
--- | ||
|
||
The Styra-supported driver to connect to Open Policy Agent (OPA) and Enterprise OPA deployments from Java applications. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Python Client (Turall) | ||
labels: | ||
layer: network | ||
category: application | ||
software: | ||
- python | ||
code: | ||
- https://github.com/Turall/OPA-python-client | ||
inventors: | ||
- turall | ||
--- | ||
|
||
Python client for integrating with the OPA REST API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Typescript OPA SDK (Styra) | ||
software: | ||
- javascript | ||
- typescript | ||
inventors: | ||
- styra | ||
labels: | ||
layer: network | ||
category: application | ||
tutorials: | ||
- https://styrainc.github.io/opa-typescript/ | ||
code: | ||
- https://github.com/StyraInc/opa-typescript | ||
- https://www.npmjs.com/package/@styra/opa | ||
--- | ||
The Styra-supported driver to connect to Open Policy Agent (OPA) and Enterprise OPA deployments from Typescript applications. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
link: https://github.com/me-viper | ||
title: Andrii Kurochka | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
link: https://github.com/Turall | ||
title: Tural | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
link: https://golang.org/ | ||
title: golang | ||
title: Go | ||
--- |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
link: https://www.python.org | ||
title: Python | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
link: http://typescriptlang.org | ||
title: Typescript | ||
--- |
Oops, something went wrong.