You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Hongze Zhang (JIRA)" <ji...@apache.org> on 2019/04/29 17:15:07 UTC

[jira] [Closed] (CALCITE-1173) Basic and Digest authentication

     [ https://issues.apache.org/jira/browse/CALCITE-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hongze Zhang closed CALCITE-1173.
---------------------------------

The issue was resolved but not closed in the given fix version. Closing now.

> Basic and Digest authentication
> -------------------------------
>
>                 Key: CALCITE-1173
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1173
>             Project: Calcite
>          Issue Type: Sub-task
>          Components: avatica
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Major
>             Fix For: avatica-1.8.0
>
>
> Started working on a prototype over the weekend (building on top of the SPNEGO auth work) which supports HTTP [Basic|https://en.wikipedia.org/wiki/Basic_access_authentication] and [Digest|https://en.wikipedia.org/wiki/Digest_access_authentication] authentication.
> Basic is the "dirt-simple" approach, but insecure (unless TLS is introduced). Digest is similarly simple (compared to Kerberos, anyways), but doesn't require wire encryption to protect against malicious third-parties.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)