Skip to content

Commit 2f4318e

Browse files
committed
fixup! KEP-3221: update kep
Signed-off-by: Nabarun Pal <[email protected]>
1 parent d998b0e commit 2f4318e

File tree

1 file changed

+4
-1
lines changed
  • keps/sig-auth/3221-structured-authorization-configuration

1 file changed

+4
-1
lines changed

keps/sig-auth/3221-structured-authorization-configuration/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,12 @@ This will be incremented on round-trip of an authorizer. It will track total
350350
authorization decision invocations across the following labels.
351351

352352
Labels {along with possible values}:
353-
- `mode` {RBAC, Node, Webhook}
353+
- `mode` {<authorizer_name>}
354354
- `decision` {Allow, Deny, NoOpinion}
355355

356+
**Note:** Some examples of <authorizer_name>: `RBAC`, `Node`, `ABAC`, `webhook{,_<name>}`.
357+
If there is only one webhook, there would be no `_<name>` suffix.
358+
356359
2. `apiserver_authorization_step_webhook_invocations_total`
357360

358361
This will be incremented on round-trip of an authorization webhook. It will track

0 commit comments

Comments
 (0)