Skip to content

Commit ed5b62c

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

File tree

1 file changed

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

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -449,14 +449,13 @@ total invocation counts across the following labels.
449449
- `name`
450450
- `code` {"incomplete_request", "bad_response"}
451451

452-
3. `apiserver_authorization_step_webhook_duration_total_seconds`
452+
3. `apiserver_authorization_step_webhook_duration_seconds`
453453

454-
This metric will track the total round trip time of the requests to the webhook.
454+
This is a Histogram metric that will track the total round trip time of the requests to the webhook.
455455

456456
Labels {along with possible values}:
457457
- `name`
458-
- `code` {2xx, 4xx, 5xx}
459-
- `decision` {Allow, Deny, NoOpinion}
458+
- `code` {"incomplete_request", "bad_response", "ok"}
460459

461460
4. `apiserver_authorization_step_webhook_error_total`
462461

0 commit comments

Comments
 (0)