mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 23:57:49 +00:00
Merge pull request #8508 from caesarxuchao/authorization-docs
update docs/authorization.md to v1beta3
This commit is contained in:
commit
0df124dca4
@ -30,7 +30,7 @@ A request has 4 attributes that can be considered for authorization:
|
|||||||
- whether the request is readonly (GETs are readonly)
|
- whether the request is readonly (GETs are readonly)
|
||||||
- what resource is being accessed
|
- what resource is being accessed
|
||||||
- applies only to the API endpoints, such as
|
- applies only to the API endpoints, such as
|
||||||
`/api/v1beta1/pods`. For miscelaneous endpoints, like `/version`, the
|
`/api/v1beta3/namespaces/default/pods`. For miscelaneous endpoints, like `/version`, the
|
||||||
resource is the empty string.
|
resource is the empty string.
|
||||||
- the namespace of the object being access, or the empty string if the
|
- the namespace of the object being access, or the empty string if the
|
||||||
endpoint does not support namespaced objects.
|
endpoint does not support namespaced objects.
|
||||||
|
Loading…
Reference in New Issue
Block a user