Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F11332004CA for ; Wed, 11 May 2016 08:42:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EF51E160A13; Wed, 11 May 2016 06:42:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6DE72160A17 for ; Wed, 11 May 2016 08:42:14 +0200 (CEST) Received: (qmail 91333 invoked by uid 500); 11 May 2016 06:42:13 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 91010 invoked by uid 99); 11 May 2016 06:42:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2016 06:42:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F0FBE2C1F69 for ; Wed, 11 May 2016 06:42:12 +0000 (UTC) Date: Wed, 11 May 2016 06:42:12 +0000 (UTC) From: "Heng Chen (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-15814) Miss important information in Document of HBase Security MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 11 May 2016 06:42:15 -0000 Heng Chen created HBASE-15814: --------------------------------- Summary: Miss important information in Document of HBase Security Key: HBASE-15814 URL: https://issues.apache.org/jira/browse/HBASE-15814 Project: HBase Issue Type: Bug Components: documentation Reporter: Heng Chen I have deployed secure cluster recently, and found we miss important information in http://hbase.apache.org/book.html#security Some configurations like {code} hbase.regionserver.kerberos.principal hbase/_HOST@YOUR-REALM.COM hbase.regionserver.keytab.file /etc/hbase/conf/hbase.keytab hbase.master.kerberos.principal hbase/_HOST@YOUR-REALM.COM hbase.master.keytab.file /etc/hbase/conf/hbase.keytab {code} And i found more detailed document in http://www.cloudera.com/documentation/enterprise/5-5-x/topics/cdh_sg_hbase_authentication.html -- This message was sent by Atlassian JIRA (v6.3.4#6332)