[ 
https://issues.apache.org/jira/browse/KUDU-3472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17729429#comment-17729429
 ] 

ASF subversion and git services commented on KUDU-3472:
-------------------------------------------------------

Commit f3e9384adc3ea7ba65a1842a5f29d4cd71d3c490 in kudu's branch 
refs/heads/branch-1.17.x from Marton Greber
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=f3e9384ad ]

[client] KUDU-3472 Python client API to import JWT

This patch adds JWT to the Python client builder and to the
kudu.connect() methods.

Change-Id: Icaef1bd28efe9d47252bd211fb937f2e6e48cea9
Reviewed-on: http://gerrit.cloudera.org:8080/19862
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <ale...@apache.org>
Reviewed-by: Zoltan Chovan <zcho...@cloudera.com>
(cherry picked from commit a6bb3a326ac6a4dc8e567a4f3c4cc9239fb16026)
Reviewed-on: http://gerrit.cloudera.org:8080/19982


> Add methods to import/set JWT as a means of authentication in Kudu client API
> -----------------------------------------------------------------------------
>
>                 Key: KUDU-3472
>                 URL: https://issues.apache.org/jira/browse/KUDU-3472
>             Project: Kudu
>          Issue Type: Improvement
>            Reporter: Alexey Serbin
>            Priority: Major
>
> As of 2023-04-21 in the master branch of the git repository, Kudu allows 
> clients to authenticate with servers server using [JWT|https://jwt.io/], JSON 
> Web Tokens.  However, a missing piece is a means to allow a Kudu client 
> application to supply a JWT as its authentication credentials in an 
> application-friendly way.  The way [how it's done in recently added tests in 
> Kudu test 
> scaffolding|https://github.com/apache/kudu/blob/7747a7c0149d6e8f894ad3216c54db9f27b3d372/src/kudu/integration-tests/security-itest.cc#L693-L704]
>  isn't the way to go if thinking about usable client API.
> It's necessary to add such a means for both C++ and Java Kudu client API.  
> Ideally, the corresponding C++ and Java parts of the API should match and be 
> very similar.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to