Jian Zhang has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/19042 )

Change subject: IMPALA-11235: Support Pluggable Authentication for Impala
......................................................................


Patch Set 1:

(2 comments)

http://gerrit.cloudera.org:8080/#/c/19042/1/be/src/rpc/authentication.cc
File be/src/rpc/authentication.cc:

http://gerrit.cloudera.org:8080/#/c/19042/1/be/src/rpc/authentication.cc@313
PS1, Line 313:   LOG(INFO) << "user: " << user << "pass: " << pass;
better not to log password for security reasons.


http://gerrit.cloudera.org:8080/#/c/19042/1/be/src/rpc/authentication.cc@630
PS1, Line 630:   if (FLAGS_enable_plugin_auth) {
Seems it's more like the PAM pluggable authorization in 
PostgreSQL(https://www.postgresql.org/docs/current/auth-pam.html) and 
MySQL(https://dev.mysql.com/doc/refman/8.0/en/pam-pluggable-authentication.html).

Maybe a more general design is to support the PAM external authorization method 
in Impala, making it an alternative to Kerberos and LDAP.



--
To view, visit http://gerrit.cloudera.org:8080/19042
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ieaaef6bffe641ece30e7fc3756688ef30722dfe1
Gerrit-Change-Number: 19042
Gerrit-PatchSet: 1
Gerrit-Owner: Minghui Zhu <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Jian Zhang <[email protected]>
Gerrit-Comment-Date: Wed, 28 Sep 2022 06:39:21 +0000
Gerrit-HasComments: Yes

Reply via email to