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
This commit is contained in:
Davanum Srinivas
2017-08-01 02:53:04 -04:00
committed by Andrew Chen
parent 63c16a7636
commit cdaeaa56fe
+2 -2
View File
@@ -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: