Skip to content

Commit 349be77

Browse files
committed
Improvement for Authorization in Extending Kubernetes docs.
Improvement: Corrected the link for Authorization. Fix Typo
1 parent 53f7612 commit 349be77

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/extend-kubernetes

1 file changed

+1
-1
lines changed

content/en/docs/concepts/extend-kubernetes/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Kubernetes provides several built-in authentication methods, and an [Authenticat
145145

146146
### Authorization
147147

148-
[Authorization](/docs/reference/access-authn-authz/webhook/) determines whether specific users can read, write, and do other operations on API resources. It works at the level of whole resources -- it doesn't discriminate based on arbitrary object fields. If the built-in authorization options don't meet your needs, and [Authorization webhook](/docs/reference/access-authn-authz/webhook/) allows calling out to user-provided code to make an authorization decision.
148+
[Authorization](/docs/reference/access-authn-authz/authorization/) determines whether specific users can read, write, and do other operations on API resources. It works at the level of whole resources -- it doesn't discriminate based on arbitrary object fields. If the built-in authorization options don't meet your needs, [Authorization webhook](/docs/reference/access-authn-authz/webhook/) allows calling out to user-provided code to make an authorization decision.
149149

150150

151151
### Dynamic Admission Control

0 commit comments

Comments
 (0)