From cdaeaa56feee51a856b1fe5cbbfb723a9f8331c8 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Tue, 1 Aug 2017 02:53:04 -0400 Subject: [PATCH] Fix Typo - "TokenAccessReviewStatus" -> "status" (#4475) * Fix Typo - "TokenAccessReviewStatus" -> "status" "TokenAccessReview" is the value of the "kind" field of the request and response. The webhook has to fill in the "status" field to indicate authenticate pass/fail status. * Use back ticks for spec For consistency highlight spec better using back ticks --- docs/admin/authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/authentication.md b/docs/admin/authentication.md index 2033b33206..f8ba5cb440 100644 --- a/docs/admin/authentication.md +++ b/docs/admin/authentication.md @@ -447,8 +447,8 @@ The request body will be of the following format: } ``` -The remote service is expected to fill the `TokenAccessReviewStatus` field of -the request to indicate the success of the login. The response body's "spec" +The remote service is expected to fill the `status` field of +the request to indicate the success of the login. The response body's `spec` field is ignored and may be omitted. A successful validation of the bearer token would return: