-
The generated bearer token by implementations of CallHeaderAuthenticator such as BearerTokenAuthenticator are bound to expire.
-
The expired access token needs to be refreshed.
-
The FlightClient needs to retry the API call on encountering FlightStatusCode.TOKEN_EXPIRED and refresh the expired token.
Refer to this design document for more details.
Reporter: Keerat Singh
PRs and other links:
Note: This issue was originally created as ARROW-10671. Please see the migration documentation for further details.
The generated bearer token by implementations of CallHeaderAuthenticator such as BearerTokenAuthenticator are bound to expire.
The expired access token needs to be refreshed.
The FlightClient needs to retry the API call on encountering FlightStatusCode.TOKEN_EXPIRED and refresh the expired token.
Refer to this design document for more details.
Reporter: Keerat Singh
PRs and other links:
Note: This issue was originally created as ARROW-10671. Please see the migration documentation for further details.