[
https://issues.apache.org/jira/browse/CALCITE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481440#comment-16481440
]
ASF GitHub Bot commented on CALCITE-2294:
-----------------------------------------
GitHub user karanmehta93 opened a pull request:
https://github.com/apache/calcite-avatica/pull/48
CALCITE-2294 Allow customization for AvaticaServerConfiguration for p…
…lugging new authentication mechanisms
@joshelser @julianhyde @aaraujo
Please review!
@apurtell FYI
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/karanmehta93/calcite-avatica master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/calcite-avatica/pull/48.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #48
----
commit 918c5098f2ce900dafbed5fdf6359e69426b7271
Author: Karan Mehta <k.mehta@...>
Date: 2018-05-19T03:33:17Z
CALCITE-2294 Allow customization for AvaticaServerConfiguration for
plugging new authentication mechanisms
----
> Allow customization for AvaticaServerConfiguration for plugging new
> authentication mechanisms
> ---------------------------------------------------------------------------------------------
>
> Key: CALCITE-2294
> URL: https://issues.apache.org/jira/browse/CALCITE-2294
> Project: Calcite
> Issue Type: Improvement
> Components: avatica
> Reporter: Karan Mehta
> Priority: Major
>
> {{AvaticaServerConfiguration}} is currently only created if authentication
> mechanism such as {{BASIC, DIGEST or SPNEGO}} is provided. We can change it
> to a builder pattern to create this object and provide a way for users to
> plugin their own security configuration.
> An example here can be using it for custom config that supports MTLS.
> Thanks [~alexaraujo] for suggesting this approach.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)