[
https://issues.apache.org/jira/browse/HADOOP-10221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13940925#comment-13940925
]
Arpit Agarwal edited comment on HADOOP-10221 at 3/20/14 1:31 AM:
-----------------------------------------------------------------
+1 for the latest patch. I will commit it shortly.
I took the liberty of making the following trivial edit to avoid spinning up
another patch:
{code}
- return new
SaslRpcServer(authMethod).create(this,saslProps,secretManager);
+ return new SaslRpcServer(authMethod).create(this, saslProps,
secretManager);
{code}
was (Author: arpitagarwal):
+1 for the latest patch. I will commit it shortly.
I took the liberty of making the following trivial edit to avoid spinning up
another patch:
{code}
- return new
SaslRpcServer(authMethod).create(this,saslProps,secretManager);
+ return new SaslRpcServer(authMethod).create(this ,saslProps,
secretManager);
{code}
> Add a plugin to specify SaslProperties for RPC protocol based on connection
> properties
> --------------------------------------------------------------------------------------
>
> Key: HADOOP-10221
> URL: https://issues.apache.org/jira/browse/HADOOP-10221
> Project: Hadoop Common
> Issue Type: Improvement
> Components: security
> Affects Versions: 2.2.0
> Reporter: Benoy Antony
> Assignee: Benoy Antony
> Fix For: 3.0.0, 2.4.0
>
> Attachments: HADOOP-10221.no-static.example, HADOOP-10221.patch,
> HADOOP-10221.patch, HADOOP-10221.patch, HADOOP-10221.patch,
> HADOOP-10221.patch, HADOOP-10221.patch, HADOOP-10221.patch,
> HADOOP-10221.patch, HADOOP-10221.patch, HADOOP-10221.patch, HADOOP-10221.patch
>
>
> Add a plugin to specify SaslProperties for RPC protocol based on connection
> properties.
> HADOOP-10211 enables client and server to specify and support multiple QOP.
> Some connections needs to be restricted to a specific set of QOP based on
> connection properties.
> Eg. connections from client from a specific subnet needs to be encrypted
> (QOP=privacy)
--
This message was sent by Atlassian JIRA
(v6.2#6252)