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_.