File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -548,11 +548,11 @@ kubectl -n examplens delete secret/example-automated-thing-token-zyxwv
548
548
549
549
# ## Delete/invalidate a short-lived ServiceAccount token {#delete-short-lived}
550
550
551
- Short lived ServiceAccount tokens automatically expire after the amount
551
+ Short lived ServiceAccount tokens automatically expire after the time-limit
552
552
specified during their creation. There is no central record of tokens issued,
553
553
so there is no way to revoke individual tokens.
554
554
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
556
556
can delete and re-create the ServiceAccount it is associated to. This will
557
557
change its UID and hence invalidate **all** ServiceAccount tokens that were
558
558
created for it.
You can’t perform that action at this time.
0 commit comments