-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
GH-34074: [GLib][FlightRPC] Add support for authentication #34090
Conversation
New APIs: * `gaflight_client_authenticate_basic_token()` * `GAFlightServerAuthSender` * `GAFlightServerAuthReader` * `GAFlightServerAuthHandler`
|
+1 |
Benchmark runs are scheduled for baseline = d512dd2 and contender = 106568d. 106568d is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
…che#34090) ### Rationale for this change Authentication related features are missing. ### What changes are included in this PR? New APIs: * `gaflight_client_authenticate_basic_token()` * `GAFlightServerAuthSender` * `GAFlightServerAuthReader` * `GAFlightServerAuthHandler` ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#34074 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…che#34090) ### Rationale for this change Authentication related features are missing. ### What changes are included in this PR? New APIs: * `gaflight_client_authenticate_basic_token()` * `GAFlightServerAuthSender` * `GAFlightServerAuthReader` * `GAFlightServerAuthHandler` ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#34074 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…che#34090) ### Rationale for this change Authentication related features are missing. ### What changes are included in this PR? New APIs: * `gaflight_client_authenticate_basic_token()` * `GAFlightServerAuthSender` * `GAFlightServerAuthReader` * `GAFlightServerAuthHandler` ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#34074 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
Authentication related features are missing.
What changes are included in this PR?
New APIs:
gaflight_client_authenticate_basic_token()
GAFlightServerAuthSender
GAFlightServerAuthReader
GAFlightServerAuthHandler
Are these changes tested?
Yes.
Are there any user-facing changes?
Yes.
gaflight_client_authenticate_basic_token()
#34074