Skip to content

Commit

Permalink
docs: Puts toc in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored May 20, 2018
1 parent e6ec882 commit 114914f
Showing 1 changed file with 21 additions and 24 deletions.
45 changes: 21 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
# ORY Keto

<h4 align="center">
<a href="https://discord.gg/PAMQWkr">Chat</a> |
<a href="https://community.ory.am/">Forums</a> |
<a href="http://eepurl.com/bKT3N9">Newsletter</a><br/><br/>
</h4>

This service is a policy decision point. It uses a set of access control policies, similar to
[AWS IAM Policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html), in order to determine whether
a subject (user, application, service, car, ...) is authorized to perform a certain action on a resource.

<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>
<a href="https://coveralls.io/github/ory/keto?branch=master"><img src="https://coveralls.io/repos/ory/keto/badge.svg?branch=master&service=github" alt="Coverage Status"></a>
<a href="https://goreportcard.com/report/github.com/ory/keto"><img src="https://goreportcard.com/badge/github.com/ory/keto" alt="Go Report Card"></a>
</p>


---

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [
Chat |
Forums |
Newsletter
](#chat-%0A----forums-%0A----newsletter)
- [ORY Keto](#ory-keto)
- [Introduction](#introduction)
- [Installation](#installation)
Expand All @@ -24,24 +39,6 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# ORY Keto

<h4 align="center">
<a href="https://discord.gg/PAMQWkr">Chat</a> |
<a href="https://community.ory.am/">Forums</a> |
<a href="http://eepurl.com/bKT3N9">Newsletter</a><br/><br/>
</h4>

This service is a policy decision point. It uses a set of access control policies, similar to
[AWS IAM Policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html), in order to determine whether
a subject (user, application, service, car, ...) is authorized to perform a certain action on a resource.

<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>
<a href="https://coveralls.io/github/ory/keto?branch=master"><img src="https://coveralls.io/repos/ory/keto/badge.svg?branch=master&service=github" alt="Coverage Status"></a>
<a href="https://goreportcard.com/report/github.com/ory/keto"><img src="https://goreportcard.com/badge/github.com/ory/keto" alt="Go Report Card"></a>
</p>

## Introduction

With ORY Keto, you can model Access Control Lists, Role Based Access Control, and fine-grained permission sets.
Expand Down

0 comments on commit 114914f

Please sign in to comment.