Skip to content

[FlightRPC] Bearer Token refresh design with retry mechanism #393

@asfimport

Description

@asfimport
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions