Update accessing-the-api.md
Minor typo fixes. * missing paran * needed space
This commit is contained in:
committed by
Andrew Chen
parent
c54861651a
commit
640f5c5813
@@ -94,7 +94,7 @@ to restrict what users can do.
|
|||||||
The Authorization step is designed to operate on attributes that are likely to be common to most
|
The Authorization step is designed to operate on attributes that are likely to be common to most
|
||||||
REST requests, such as object name, kind, etc. This is intended to facilitate interation with
|
REST requests, such as object name, kind, etc. This is intended to facilitate interation with
|
||||||
existing organization-wide or cloud-provider-wide access control systems (which may handle
|
existing organization-wide or cloud-provider-wide access control systems (which may handle
|
||||||
other APIs besides the Kubernetes API.
|
other APIs besides the Kubernetes API).
|
||||||
|
|
||||||
Access controls and policies that depend on specific fields of specific Kinds of objects
|
Access controls and policies that depend on specific fields of specific Kinds of objects
|
||||||
are handled by Admission Controllers.
|
are handled by Admission Controllers.
|
||||||
|
|||||||
Reference in New Issue
Block a user