From 2eb91190b7ecd98affc6a7866c55ab2cd2136215 Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Wed, 29 May 2019 11:36:25 -0700 Subject: [PATCH 1/4] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index facfb630f..f081e0083 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ Support this project! -ORY Keto is an permission server that implements best practice access control mechanisms. If you +ORY Keto is a permission server that implements best practice access control mechanisms. If you came looking for the answer to the question: -* is certain user is allowed to modify that blog article? -* is this service is allowed to print a document? -* is the user of the ACME organisation allowed to modify data in one of their tenants? -* is this process allowed to execute the worker when coming from IP 10.0.0.2 between 4pm and 5pm on every monday? +* is a certain user allowed to modify that blog article? +* is this service allowed to print a document? +* is the member of the ACME organisation allowed to modify data in one of their tenants? +* is this process allowed to execute the worker when coming from IP 10.0.0.2 between 4pm and 5pm on a Monday? * ...

From ff6f6d31cc136108b3d3ec47acfb72f7b92542a4 Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Wed, 29 May 2019 11:37:19 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f081e0083..5b7d66fb2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ came looking for the answer to the question: * is a certain user allowed to modify that blog article? * is this service allowed to print a document? -* is the member of the ACME organisation allowed to modify data in one of their tenants? +* is a member of the ACME organisation allowed to modify data in one of their tenants? * is this process allowed to execute the worker when coming from IP 10.0.0.2 between 4pm and 5pm on a Monday? * ... From 2aabe8dd89ff091f2bb9a1cb9b0a3ad6a019fa9b Mon Sep 17 00:00:00 2001 From: "prettifier[bot]" Date: Wed, 29 May 2019 18:37:22 +0000 Subject: [PATCH 3/4] Prettify README.md --- README.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 5b7d66fb2..37b4436b5 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ ORY Keto is a permission server that implements best practice access control mechanisms. If you came looking for the answer to the question: -* is a certain user allowed to modify that blog article? -* is this service allowed to print a document? -* is a member of the ACME organisation allowed to modify data in one of their tenants? -* is this process allowed to execute the worker when coming from IP 10.0.0.2 between 4pm and 5pm on a Monday? -* ... +- is a certain user allowed to modify that blog article? +- is this service allowed to print a document? +- is a member of the ACME organisation allowed to modify data in one of their tenants? +- is this process allowed to execute the worker when coming from IP 10.0.0.2 between 4pm and 5pm on a Monday? +- ...

Build Status @@ -30,7 +30,6 @@ came looking for the answer to the question: - - [Introduction](#introduction) - [Installation](#installation) - [Ecosystem](#ecosystem) @@ -54,13 +53,13 @@ came looking for the answer to the question: ORY Keto is an permission server that implements best practice access control mechanisms: -* Available today: - * ORY-flavored Access Control Policies with exact, glob, and regexp matching strategies -* Available soon: - * [Access Control Lists](https://en.wikipedia.org/wiki/Access_control_list) - * [Role Based Access Control](https://de.wikipedia.org/wiki/Role_Based_Access_Control) - * Role Based Access Control with Context (Google/Kubernetes-flavored) - * Amazon Web Services Identity & Access Management Policies (AWS IAM Policies) +- Available today: + - ORY-flavored Access Control Policies with exact, glob, and regexp matching strategies +- Available soon: + - [Access Control Lists](https://en.wikipedia.org/wiki/Access_control_list) + - [Role Based Access Control](https://de.wikipedia.org/wiki/Role_Based_Access_Control) + - Role Based Access Control with Context (Google/Kubernetes-flavored) + - Amazon Web Services Identity & Access Management Policies (AWS IAM Policies) Each mechanism is powered by a decision engine implemented on top of the [Open Policy Agent](https://www.openpolicyagent.org/) and provides well-defined management and authorization endpoints. @@ -69,7 +68,6 @@ Each mechanism is powered by a decision engine implemented on top of the Head over to the documentation to learn about ways of [installing ORY Keto](https://www.ory.sh/docs/next/keto/install). - ## Ecosystem @@ -84,7 +82,7 @@ ORY Oathkeeper, and ORY Keto. ### ORY Hydra: OAuth2 & OpenID Connect Server [ORY Hydra](https://github.com/ory/hydra) ORY Hydra is a hardened OAuth2 and OpenID Connect server optimized -for low-latency, high throughput, and low resource consumption. ORY Hydra is not an identity provider, which would include +for low-latency, high throughput, and low resource consumption. ORY Hydra is not an identity provider, which would include user sign up, user log in, password reset flow. Hydra but connects to your existing identity provider through a consent app. ### ORY Oathkeeper: Identity & Access Proxy @@ -148,4 +146,4 @@ Sponsors support this project. The sponsor's logo or brand will show up here wit -A special thanks goes out to **Wayne Robinson** for supporting this ecosystem with $200 every month since Oktober 2016 [on Patreon](https://www.patreon.com/_ory). +A special thanks goes out to **Wayne Robinson** for supporting this ecosystem with \$200 every month since Oktober 2016 [on Patreon](https://www.patreon.com/_ory). From 098b5cc3f56b492f6ce70b85ab9d3481955a4cc0 Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Wed, 29 May 2019 11:40:56 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37b4436b5..83ff78e8c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ came looking for the answer to the question: ## Introduction -ORY Keto is an permission server that implements best practice access control mechanisms: +ORY Keto is a permission server that implements best practice access control mechanisms: - Available today: - ORY-flavored Access Control Policies with exact, glob, and regexp matching strategies @@ -82,8 +82,8 @@ ORY Oathkeeper, and ORY Keto. ### ORY Hydra: OAuth2 & OpenID Connect Server [ORY Hydra](https://github.com/ory/hydra) ORY Hydra is a hardened OAuth2 and OpenID Connect server optimized -for low-latency, high throughput, and low resource consumption. ORY Hydra is not an identity provider, which would include -user sign up, user log in, password reset flow. Hydra but connects to your existing identity provider through a consent app. +for low latency, high throughput, and low resource consumption. ORY Hydra is not an identity provider, which would include +user sign up, user log in, or password reset flow. Hydra connects to your existing identity provider through a consent app. ### ORY Oathkeeper: Identity & Access Proxy