Skip to content

Commit

Permalink
docs: consistent authz headers (#699)
Browse files Browse the repository at this point in the history
Removes the "Authorizer" prefix from a few of the authorizers to make them all consistent.
  • Loading branch information
stensonb authored Apr 23, 2021
1 parent eda83f1 commit 19948e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/pipeline/authz.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Each authorizer has two keys:
There is a 1:1 mandatory relationship between an authoriser and an access rule.
It is not possible to configure more than one authorizer per Access Rule.

## Authorizer `allow`
## `allow`

This authorizer permits every action allowed.

Expand Down Expand Up @@ -78,7 +78,7 @@ HTTP/1.0 200 Status OK
The request has been allowed!
```

## Authorizer`deny`
## `deny`

This authorizer considers every action unauthorized therefore "forbidden" or
"disallowed".
Expand Down Expand Up @@ -124,7 +124,7 @@ HTTP/1.0 403 Forbidden
The request is forbidden!
```

## Authorizer `keto_engine_acp_ory`
## `keto_engine_acp_ory`

This authorizer uses the ORY Keto API to carry out access control using
"ORY-flavored" Access Control Policies. The conventions used in the ORY Keto
Expand Down

0 comments on commit 19948e1

Please sign in to comment.