Skip to content

Commit 300519c

Browse files
aleskandroTim Bannister
andauthored
Apply suggestions from code review
Co-authored-by: Tim Bannister <[email protected]>
1 parent 45aa0d8 commit 300519c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ stored as extra 'private claims' in the issued JWT.
7575

7676
When a bound token is presented to the kube-apiserver, the service account authenticator
7777
will extract and verify these claims.
78-
If the referenced object or the service account is pending deletion (for example, due to finalizers),
79-
the request will not be authenticated after 1 minute of the `.metadata.deletionTimestamp`.
78+
If the referenced object or the ServiceAccount is pending deletion (for example, due to finalizers),
79+
then for any instant that is 60 seconds (or more) after the `.metadata.deletionTimestamp` date,
80+
authentication with that token would fail.
8081
If the referenced object no longer exists (or its `metadata.uid` does not match),
8182
the request will not be authenticated.
8283

0 commit comments

Comments
 (0)