From 7d4de20cafd6b765bd5f33df72fc0e630d1731f7 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Tue, 11 Aug 2015 14:24:28 +1000 Subject: [PATCH] HBASE-13062 Add documentation coverage for configuring dns server with thrift and rest gateways --- src/main/asciidoc/_chapters/security.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/asciidoc/_chapters/security.adoc b/src/main/asciidoc/_chapters/security.adoc index f9a4b8a4e06..40e8e168e69 100644 --- a/src/main/asciidoc/_chapters/security.adoc +++ b/src/main/asciidoc/_chapters/security.adoc @@ -175,6 +175,15 @@ Add the following to the `hbase-site.xml` file for every Thrift gateway: You may have to put the concrete full hostname. --> + + + hbase.thrift.dns.interface + default + + + hbase.thrift.dns.nameserver + default + ---- Substitute the appropriate credential and keytab for _$USER_ and _$KEYTAB_ respectively. @@ -308,6 +317,15 @@ To enable REST gateway Kerberos authentication for client access, add the follow hbase.rest.authentication.kerberos.keytab $KEYTAB + + + hbase.rest.dns.interface + default + + + hbase.rest.dns.nameserver + default + ---- Substitute the keytab for HTTP for _$KEYTAB_.