Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rita Zhang <[email protected]>
  • Loading branch information
sftim and ritazh authored Mar 28, 2024
1 parent 161796f commit 675e76e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/reference/access-authn-authz/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ You specify the path to that authorization configuration using the
via a local file allows you to define authorization chains with multiple
webhooks. Authorization chain elements can have well-defined parameters
that validate requests in a certain order; this enables fine grained
control - such as explicit Deny on failures.
control - such as timeout and failure policy for each webhook.

Setting both `--authorization-config` path and configuring an authorization
webhook using the `--authorization-mode` and `--authorization-webhook-*`
Expand Down Expand Up @@ -314,7 +314,7 @@ escalation include Kubernetes [API extensions](/docs/concepts/extend-kubernetes/
and their associated {{< glossary_tooltip term_id="controller" text="controllers" >}}.

{{< caution >}}
As a cluster administrators, take care when granting access to create or edit workloads.
As a cluster administrator, use caution when granting access to create or edit workloads.
Some details of how these can be misused are documented in [escalation paths](/docs/reference/access-authn-authz/authorization/#escalation-paths)
{{< /caution >}}

Expand Down

0 comments on commit 675e76e

Please sign in to comment.