You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Anuj Phadke (Code Review)" <ge...@cloudera.org> on 2016/02/29 22:48:06 UTC

[Impala-CR](cdh5-2.2.0_5.4.x) Validate the service while authorizing an internal connection

Hello Internal Jenkins, Sailesh Mukil,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/2354

to review the following change.

Change subject: Validate the service while authorizing an internal connection
......................................................................

Validate the service while authorizing an internal connection

This patch validates the first component on an internal connection
seeking authorization. If the first component of the requesting user
does not match the first component of the principal validating it,
no authorization is given to that user.

This patch has been manually tested on a secure kerberized cluster.

Change-Id: I57f85ccda7b9004fce8206200eddfbc3c405cb7a
Reviewed-on: http://gerrit.cloudera.org:8080/2237
Reviewed-by: Sailesh Mukil <sa...@cloudera.com>
Tested-by: Internal Jenkins
(cherry picked from commit 22f71f3e82151c1064bf2983dd3e9025c4cce5b3)
---
M be/src/rpc/authentication.cc
1 file changed, 27 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/54/2354/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2354
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I57f85ccda7b9004fce8206200eddfbc3c405cb7a
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-2.2.0_5.4.x
Gerrit-Owner: Anuj Phadke <ap...@cloudera.com>
Gerrit-Reviewer: Internal Jenkins
Gerrit-Reviewer: Sailesh Mukil <sa...@cloudera.com>