File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,9 @@ stored as extra 'private claims' in the issued JWT.
75
75
76
76
When a bound token is presented to the kube-apiserver, the service account authenticator
77
77
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.
80
81
If the referenced object no longer exists (or its ` metadata.uid ` does not match),
81
82
the request will not be authenticated.
82
83
You can’t perform that action at this time.
0 commit comments