Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar fixes #114

Merged
merged 4 commits into from
Jun 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 17 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<a href="https://opencollective.com/ory">Support this project!</a>
</h4>

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 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?
- ...

<p align="left">
<a href="https://circleci.com/gh/ory/keto/tree/master"><img src="https://circleci.com/gh/ory/keto/tree/master.svg?style=shield" alt="Build Status"></a>
Expand All @@ -30,7 +30,6 @@ came looking for the answer to the question:
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Introduction](#introduction)
- [Installation](#installation)
- [Ecosystem](#ecosystem)
Expand All @@ -52,15 +51,15 @@ 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
* 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.
Expand All @@ -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

<a href="https://console.ory.sh/">
Expand All @@ -84,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

Expand Down Expand Up @@ -148,4 +146,4 @@ Sponsors support this project. The sponsor's logo or brand will show up here wit
<a href="https://opencollective.com/ory/sponsor/8/website" target="_blank"><img src="https://opencollective.com/ory/sponsor/8/avatar.svg"></a>
<a href="https://opencollective.com/ory/sponsor/9/website" target="_blank"><img src="https://opencollective.com/ory/sponsor/9/avatar.svg"></a>

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).