-
Type:
Task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.0
-
Fix Version/s: 1.5.0
-
Labels:None
-
Code Review:
From security.adoc:
Kudu clients do not automatically request fresh tokens after initial token expiration, so long-lived clients in secure clusters are not supported.
A process to refresh tokens about to expire would enable the use of long-lived clients with secure clusters.
NOTE: It's possible to get a new token only when primary user credentials are available. In case if a client is created using imported authenticaion_credentials (i.e. using AsyncKuduClient.importAuthenticationCredentials()), re-acquiring a new token is not possible by design.