File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -620,16 +620,16 @@ This allows the cluster to repair accidental modifications, and helps to keep ro
620
620
up-to-date as permissions and subjects change in new Kubernetes releases.
621
621
622
622
To opt out of this reconciliation, set the `rbac.authorization.kubernetes.io/autoupdate`
623
- annotation on a default cluster role or rolebinding to `false`.
623
+ annotation on a default cluster role or default cluster role binding to `false`.
624
624
Be aware that missing default permissions and subjects can result in non-functional clusters.
625
625
626
626
Auto-reconciliation is enabled by default if the RBAC authorizer is active.
627
627
628
628
# ## API discovery roles {#discovery-roles}
629
629
630
- Default role bindings authorize unauthenticated and authenticated users to read API information
630
+ Default cluster role bindings authorize unauthenticated and authenticated users to read API information
631
631
that is deemed safe to be publicly accessible (including CustomResourceDefinitions).
632
- To disable anonymous unauthenticated access, add `--anonymous-auth=false` to
632
+ To disable anonymous unauthenticated access, add `--anonymous-auth=false` flag to
633
633
the API server configuration.
634
634
635
635
To view the configuration of these roles via `kubectl` run :
You can’t perform that action at this time.
0 commit comments