Andor Molnar created HBASE-28952: ------------------------------------ Summary: Add coprocessor hook to authorize user based on client SSL certificate chain Key: HBASE-28952 URL: https://issues.apache.org/jira/browse/HBASE-28952 Project: HBase Issue Type: New Feature Components: Coprocessors, rpc, security Affects Versions: 2.6.1, 3.0.0-beta-1 Reporter: Andor Molnar Assignee: Andor Molnar
In order to authorize the connected user based on the provided SSL client certificate chain, a new coprocessor hook is needed for Master and RegionServer, because currently there's no way to abort connection by a coprocessor when or after the user is authenticated. -- This message was sent by Atlassian Jira (v8.20.10#820010)