Halim Kim has posted comments on this change. ( http://gerrit.cloudera.org:8080/22971 )
Change subject: IMPALA-14066 (Part 4): Re-applying IMPALA-12318: Add a flag option for http spnego dedicated keytab file. ...................................................................... Patch Set 3: Maybe it is because I start this work for impala first then kudu so that I have to add some aditional headers to use krb5_gss_register_acceptor_identity(). (kudu's Webserver class import gssapi header directly, but impala's Webserver class do from kudu header) ``` # kudu #include <gssapi/gssapi.h> #include <gssapi/gssapi_krb5.h> # impala #include "kudu/security/gssapi.h" ``` But now, kudu already has this patch, it is possible to add krb5_gss_register_acceptor_identity() in Webserver::Start() function without aditional headers. -- To view, visit http://gerrit.cloudera.org:8080/22971 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I1db5a9f222f74429fead81ec9888bdd5b6e32f48 Gerrit-Change-Number: 22971 Gerrit-PatchSet: 3 Gerrit-Owner: Daniel Becker <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Halim Kim <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]> Gerrit-Comment-Date: Wed, 04 Jun 2025 01:26:32 +0000 Gerrit-HasComments: No
