diff --git a/docs/src/main/sphinx/security/ranger-access-control.md b/docs/src/main/sphinx/security/ranger-access-control.md
index 8ae7a50be55c..4bf3a084b64f 100644
--- a/docs/src/main/sphinx/security/ranger-access-control.md
+++ b/docs/src/main/sphinx/security/ranger-access-control.md
@@ -85,6 +85,30 @@ The following table lists the configuration properties for the Ranger access con
Comma separated list of group names. Users in supergroups will be authorized for all accesses, without requiring explicit policy grants
+
+
+ ranger.plugin.trino.ugi.initialize
+ false
+ Initialize the kerberos identity used to authenticate with Ranger admin server
+
+
+
+ ranger.plugin.trino.ugi.login.type
+
+ Valid value: keytab
+
+
+
+ ranger.plugin.trino.ugi.keytab.principal
+
+ Kerberos principal. Example: trino@EXAMPLE.COM
+
+
+
+ ranger.plugin.trino.ugi.keytab.file
+
+ Location of keytab file. Example: /etc/trino/trino.keytab
+
```