Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.10.0
-
None
Description
Upon looking at the [SplitKeyRange code|https://github.com/apache/kudu/blob/master/java/kudu-client/src/main/java/org/apache/kudu/client/SplitKeyRangeRequest.java], it doesn't look like we're sending an authz token. There is tserver-side checking, so it seems like if we try to call into the Java API, the request will fail, complaining about a missing token.