Skip to content

Commit

Permalink
Fixup openshift#4
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Jan 21, 2020
1 parent 35aad37 commit c422477
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions enhancements/kube-apiserver/bound-sa-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ reviewers:
- "@stlaz"
- "@sttts"
approvers:
- TBD
- "@deads2k"
- "@sttts"
creation-date: 2019-11-28
last-updated: 2019-11-28
status: provisional
status: implementable
see-also:
- "https://github.com/kubernetes/community/blob/master/contributors/design-proposals/auth/bound-service-account-tokens.md"
- "https://docs.google.com/document/d/1XcOsEv4jO9P1QQHn-tOnC80oMyCm85hGA6LqHRfjTgo/edit?ts=5ddb86c1"
Expand Down Expand Up @@ -102,7 +103,7 @@ therefore risk of compromise) for a given service account token.
- The public key should be added to (rather than replaced in) a configmap in the
`openshift-kube-apiserver` namespace.
- Public keys will be added to the configmap with keys of the form
`bound-service-account-xxx.pub`, where `xxx` is incremented for uniqueness.
`service-account-xxx.pub`, where `xxx` is incremented for uniqueness.
- This configmap can be used to source the public keys needed by 3rd party components
to verify bound tokens issued by the apiserver, satisfying goal #3.
- The path of the mounted configmap should be included in
Expand Down

0 comments on commit c422477

Please sign in to comment.