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

Arrow Flight Auth 1 and 2 #2713

Merged
merged 5 commits into from
Sep 6, 2022
Merged

Conversation

nbauernfeind
Copy link
Member

@nbauernfeind nbauernfeind commented Aug 4, 2022

We're moving away from SessionService::newSession to Flight Auth. This leaves the javascript side alone, but otherwise enables flight based auth server side.

Fixes #997.

Copy link
Member

@niloc132 niloc132 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The main thing I don't see is how to handle multi-step auth, how the server would say "okay here's a nonce to sign" or something using ... errors from the Authorization header or Handshake() call

@nbauernfeind nbauernfeind modified the milestones: Aug 2022, Sept 2022 Sep 4, 2022
@nbauernfeind nbauernfeind merged commit d0cba48 into deephaven:main Sep 6, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

integrate with flight auth
2 participants