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:
committed by
Andrew Chen
parent
63c16a7636
commit
cdaeaa56fe
@@ -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 remote service is expected to fill the `status` field of
|
||||||
the request to indicate the success of the login. The response body's "spec"
|
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
|
field is ignored and may be omitted. A successful validation of the bearer
|
||||||
token would return:
|
token would return:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user