Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FlightRPC] Authentication Redesign #25848

Closed
asfimport opened this issue Aug 19, 2020 · 2 comments
Closed

[FlightRPC] Authentication Redesign #25848

asfimport opened this issue Aug 19, 2020 · 2 comments

Comments

@asfimport
Copy link
Collaborator

asfimport commented Aug 19, 2020

Redesign the authentication process to:

  • Decouple authentication from the handshake
  • Provide better integration with standard HTTP authentication mechanisms.
  • Simplify the handshake process:
    • Make this single-stage rather than potentially multi-stage.

    • Remove auth payloads.

      Please see this document and PR

Reporter: James Duong / @jduo
Assignee: James Duong / @jduo

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-9804. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

James Duong / @jduo:
The work done here to decouple auth from the handshake makes it much easier to implement ARROW-7579.

@asfimport
Copy link
Collaborator Author

David Li / @lidavidm:
Issue resolved by pull request 7994
#7994

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant