Skip to content

Commit

Permalink
Merge pull request kubernetes#2706 from AdamDang/patch-16
Browse files Browse the repository at this point in the history
Update bound-service-account-tokens.md
  • Loading branch information
k8s-ci-robot authored Oct 3, 2018
2 parents 7dda642 + 179d305 commit 0d05a1a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ issues:

Infrastructure to support on demand token requests will be implemented in the
core apiserver. Once this API exists, a client of the apiserver will request an
attenuated token for it's own use. The API will enforce required attenuations,
attenuated token for its own use. The API will enforce required attenuations,
e.g. audience and time binding.

## Token attenuations
Expand Down Expand Up @@ -130,9 +130,9 @@ type TokenRequestStatus struct {

```

This API will be exposed as a subresource under a serviceacccount object. A
This API will be exposed as a subresource under a serviceaccount object. A
requestor for a token for a specific service account will `POST` a
`TokenRequest` to the `/token` subresource of that service account object.
`TokenRequest` to the `/token` subresource of that serviceaccount object.

### Modify `tokenreviews.authentication.k8s.io`

Expand Down

0 comments on commit 0d05a1a

Please sign in to comment.