From 7ab13f0181936e49f31e07904e546b75f9e3eb0b Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 10 Aug 2015 12:23:22 +1000 Subject: [PATCH] HBASE-13062 Add documentation coverage for configuring dns server with thrift and rest gateways --- src/main/asciidoc/_chapters/security.adoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/main/asciidoc/_chapters/security.adoc b/src/main/asciidoc/_chapters/security.adoc index f9a4b8a..f7869d0 100644 --- a/src/main/asciidoc/_chapters/security.adoc +++ b/src/main/asciidoc/_chapters/security.adoc @@ -175,6 +175,16 @@ 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 + + + + hbase.thrift.dns.nameserver + + ---- Substitute the appropriate credential and keytab for _$USER_ and _$KEYTAB_ respectively. @@ -308,6 +318,16 @@ To enable REST gateway Kerberos authentication for client access, add the follow hbase.rest.authentication.kerberos.keytab $KEYTAB + + + hbase.rest.dns.interface + + + + hbase.rest.dns.nameserver + + ---- Substitute the keytab for HTTP for _$KEYTAB_. -- 2.3.2 (Apple Git-55)