Commit 7cf74493 authored by derekwaynecarr's avatar derekwaynecarr

Fix tyop in authorization doc

parent 218c5fb9
...@@ -14,9 +14,9 @@ the request, (such as user, resource kind, and namespace) with access ...@@ -14,9 +14,9 @@ the request, (such as user, resource kind, and namespace) with access
policies. An API call must be allowed by some policy in order to proceed. policies. An API call must be allowed by some policy in order to proceed.
The following implementations are available, and are selected by flag: The following implementations are available, and are selected by flag:
- `--authoriation_mode=AlwaysDeny` - `--authorization_mode=AlwaysDeny`
- `--authoriation_mode=AlwaysAllow` - `--authorization_mode=AlwaysAllow`
- `--authoriation_mode=ABAC` - `--authorization_mode=ABAC`
`AlwaysDeny` blocks all requests (used in tests). `AlwaysDeny` blocks all requests (used in tests).
`AlwaysAllow` allows all requests; use if you don't need authorization. `AlwaysAllow` allows all requests; use if you don't need authorization.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment