-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Authorino Showcase: the 8 consecutive sample use cases - OpenShift demo: deploying Authorino on an OpenShift cluster
- Loading branch information
1 parent
89729de
commit 7ea71db
Showing
18 changed files
with
1,275 additions
and
273 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Authorino Tutorials | ||
|
||
### [Showcase](tutorials/showcase) | ||
8 consecutive sample use cases to protect an API with Authorino and the Envoy proxy, deployed on a local Kubernetes cluster. | ||
|
||
**Authorino features covered in the tutorial:** | ||
- Kubernetes auth | ||
- API key auth | ||
- OpenID Connect JWT validation | ||
- User-Managed Access (UMA)-based attribute data | ||
- JSON authorization policies | ||
- Open Policy Agent (OPA) inline Rego policies | ||
|
||
**Requirements:** | ||
- Docker | ||
- Authorino repo cloned locally | ||
|
||
### [OpenShift demo](tutorials/openshift-demo) | ||
A simple and straightforward demo of Authorino deployed to an OpenShift cluster running in the cloud. | ||
|
||
**Authorino features covered in the tutorial:** | ||
- Kubernetes auth | ||
- API key auth | ||
- JSON authorization policies | ||
|
||
**Requirements:** | ||
- An OpenShift cluster running |
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 @@ | ||
*.yaml |
Oops, something went wrong.