Skip to content

Commit 2259c8c

Browse files
authored
Merge pull request #20185 from gauravsofat/fix-rbac-auth-msg
Modify RBAC Authorizer log message
2 parents 12b62a8 + 09b1eb2 commit 2259c8c

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/reference/access-authn-authz

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ allowed by *either* the RBAC or ABAC policies is allowed.
11821182
11831183
When the kube-apiserver is run with a log level of 5 or higher for the RBAC component
11841184
(`--vmodule=rbac*=5` or `--v=5`), you can see RBAC denials in the API server log
1185-
(prefixed with `RBAC DENY:`).
1185+
(prefixed with `RBAC`).
11861186
You can use that information to determine which roles need to be granted to which users, groups, or service accounts.
11871187
11881188
Once you have [granted roles to service accounts](#service-account-permissions) and workloads

0 commit comments

Comments
 (0)