[teiid-issues] [JBoss JIRA] (TEIID-3389) Teiid JDBC Driver does not participate in Kerberos delegation

Ramesh Reddy (JIRA) issues at jboss.org
Wed Mar 18 15:14:18 EDT 2015


     [ https://issues.jboss.org/browse/TEIID-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Reddy resolved TEIID-3389.
---------------------------------
    Resolution: Done


Added code to MakeGss.java, where it can utilize Subject when connection is made using

{code}
Subject.doAS(subject, new Action(){
   // get Teiid Connection.
});
{code}

then it will detect the subject in the context, and will try to use the delegated credential for negotiating with server.

> Teiid JDBC Driver does not participate in Kerberos delegation
> -------------------------------------------------------------
>
>                 Key: TEIID-3389
>                 URL: https://issues.jboss.org/browse/TEIID-3389
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: JDBC Driver
>    Affects Versions: 8.7
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>             Fix For: 8.11
>
>
> The current JDBC driver can negotiate a static kerberos based connection, but it currently does not have capability participate in kerberos delegation scenarios.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the teiid-issues mailing list