You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Alexander Kolbasov (JIRA)" <ji...@apache.org> on 2017/04/29 07:10:04 UTC

[jira] [Created] (SENTRY-1736) Generic service client should support Kerberos

Alexander Kolbasov created SENTRY-1736:
------------------------------------------

             Summary: Generic service client should support Kerberos
                 Key: SENTRY-1736
                 URL: https://issues.apache.org/jira/browse/SENTRY-1736
             Project: Sentry
          Issue Type: Bug
          Components: Sentry
    Affects Versions: sentry-ha-redesign
            Reporter: Alexander Kolbasov
            Assignee: kalyan kumar kalvagadda


The  {{SentryGenericServiceClientDefaultImpl}} has the following comment in constructor:

{code}
    //TODO(kalyan) need to find appropriate place to add it
    // if (kerberos) {
    //  // since the client uses hadoop-auth, we need to set kerberos in
    //  // hadoop-auth if we plan to use kerberos
    //  conf.set(HADOOP_SECURITY_AUTHENTICATION, SentryConstants.KERBEROS_MoODE);
    // }
{code}

This should be actually implemented.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)