We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12b62a8 + 09b1eb2 commit 2259c8cCopy full SHA for 2259c8c
content/en/docs/reference/access-authn-authz/rbac.md
@@ -1182,7 +1182,7 @@ allowed by *either* the RBAC or ABAC policies is allowed.
1182
1183
When the kube-apiserver is run with a log level of 5 or higher for the RBAC component
1184
(`--vmodule=rbac*=5` or `--v=5`), you can see RBAC denials in the API server log
1185
-(prefixed with `RBAC DENY:`).
+(prefixed with `RBAC`).
1186
You can use that information to determine which roles need to be granted to which users, groups, or service accounts.
1187
1188
Once you have [granted roles to service accounts](#service-account-permissions) and workloads
0 commit comments