Skip to content

Commit ab8d240

Browse files
munnerzenj
andauthored
Update keps/sig-auth/4193-bound-service-account-token-improvements/README.md
Co-authored-by: Mo Khan <[email protected]>
1 parent a1c3dcd commit ab8d240

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-auth/4193-bound-service-account-token-improvements

1 file changed

+1
-1
lines changed

keps/sig-auth/4193-bound-service-account-token-improvements/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ When a TokenRequest is being issued/fulfilled, we will modify the issuing code t
148148
can be later used to trace the requests that a specific issued token has made to the apiserver via the audit log.
149149

150150
This will require changing the JWT issuing code to actually generate this UUID, as well as extending the code around the
151-
audit log to have it record this information into audit entries when a token is issued (as `authentication.k8s.io/issued-credential-id`).
151+
audit log to have it record this information into audit entries when a token is issued (via the `authentication.k8s.io/issued-credential-id` audit annotation).
152152

153153
As this UUID will be embedded as part of a user's ExtraInfo, it'll automatically be persisted into audit events for all
154154
requests made using a token that embeds a credential identifier (as `authentication.k8s.io/credential-id`).

0 commit comments

Comments
 (0)