This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-63506-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from df189220155 branch-4.0:[fix](ldap) Improve LDAP authentication
resiliency and diagnostics (#61673) (#63285)
add 27283156082 [fix](auth)Fix arrow flight client ip auth (#63506)
No new revisions were added by this update.
Summary of changes:
.../service/arrowflight/DorisFlightSqlService.java | 6 ++
.../auth2/FlightCredentialValidator.java | 3 +-
.../auth2/FlightRemoteIpServerStreamTracer.java | 103 +++++++++++++++++++++
.../FlightRemoteIpServerStreamTracerTest.java | 92 ++++++++++++++++++
.../arrow_flight_sql_p0/test_auth_remote_ip.groovy | 78 ++++++++++++++++
5 files changed, 280 insertions(+), 2 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/service/arrowflight/auth2/FlightRemoteIpServerStreamTracer.java
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/service/arrowflight/auth2/FlightRemoteIpServerStreamTracerTest.java
create mode 100644
regression-test/suites/arrow_flight_sql_p0/test_auth_remote_ip.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]