Skip to content

Commit bbaaa38

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

File tree

1 file changed

+2
-3
lines changed
  • keps/sig-auth/3221-structured-authorization-configuration

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,14 +441,13 @@ Labels {along with possible values}:
441441
**Note:** Some examples of <authorizer_name>: `RBAC`, `Node`, `ABAC`, `webhook{,_<name>}`.
442442
If there is only one webhook, there would be no `_<name>` suffix.
443443

444-
2. `apiserver_authorization_step_webhook_invocations_total`
444+
2. `apiserver_authorization_webhook_evaluations_total`
445445

446446
This will be incremented on round-trip of an authorization webhook. It will track
447447
total invocation counts across the following labels.
448448

449449
- `name`
450-
- `code` {2xx, 4xx, 5xx}
451-
- `decision` {Allow, Deny, NoOpinion}
450+
- `code` {"incomplete_request", "bad_response"}
452451

453452
3. `apiserver_authorization_step_webhook_duration_total_seconds`
454453

0 commit comments

Comments
 (0)