Skip to content

Commit 0e66dba

Browse files
Apply suggestions from code review
Co-authored-by: Utkarsh Singh <[email protected]>
1 parent 7b03fd4 commit 0e66dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/access-authn-authz/service-accounts-admin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,11 +548,11 @@ kubectl -n examplens delete secret/example-automated-thing-token-zyxwv
548548

549549
### Delete/invalidate a short-lived ServiceAccount token {#delete-short-lived}
550550

551-
Short lived ServiceAccount tokens automatically expire after the amount
551+
Short lived ServiceAccount tokens automatically expire after the time-limit
552552
specified during their creation. There is no central record of tokens issued,
553553
so there is no way to revoke individual tokens.
554554

555-
If you absolutely have to revoke a short-lived token before its expiration, you
555+
If you have to revoke a short-lived token before its expiration, you
556556
can delete and re-create the ServiceAccount it is associated to. This will
557557
change its UID and hence invalidate **all** ServiceAccount tokens that were
558558
created for it.

0 commit comments

Comments
 (0)