This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new f0035a4b1 Deployed a3199b88e with MkDocs version: 1.6.1
f0035a4b1 is described below
commit f0035a4b1110a02c6f760fe7b5995fd8ccddfbde
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 20 21:49:57 2026 +0000
Deployed a3199b88e with MkDocs version: 1.6.1
---
getting-started/install/index.html | 82 +++++++++++++++++++++++-
getting-started/trino-with-ranger/index.html | 95 +++++++++++++++++++++++++++-
search/search_index.json | 2 +-
3 files changed, 176 insertions(+), 3 deletions(-)
diff --git a/getting-started/install/index.html
b/getting-started/install/index.html
index 0c35a2a1b..4285fc54c 100644
--- a/getting-started/install/index.html
+++ b/getting-started/install/index.html
@@ -576,6 +576,24 @@
+ <label class="md-nav__link md-nav__link--active" for="__toc">
+
+
+
+ <span class="md-ellipsis">
+
+
+ Installation
+
+
+
+ </span>
+
+
+
+ <span class="md-nav__icon md-icon"></span>
+ </label>
+
<a href="./" class="md-nav__link md-nav__link--active">
@@ -593,6 +611,36 @@
</a>
+
+
+<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
+
+
+
+
+
+
+ <label class="md-nav__title" for="__toc">
+ <span class="md-nav__icon md-icon"></span>
+ Table of contents
+ </label>
+ <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
+
+ <li class="md-nav__item">
+ <a href="#docker" class="md-nav__link">
+ <span class="md-ellipsis">
+
+ docker
+
+ </span>
+ </a>
+
+</li>
+
+ </ul>
+
+</nav>
+
</li>
@@ -1058,6 +1106,25 @@
+ <label class="md-nav__title" for="__toc">
+ <span class="md-nav__icon md-icon"></span>
+ Table of contents
+ </label>
+ <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
+
+ <li class="md-nav__item">
+ <a href="#docker" class="md-nav__link">
+ <span class="md-ellipsis">
+
+ docker
+
+ </span>
+ </a>
+
+</li>
+
+ </ul>
+
</nav>
</div>
</div>
@@ -1142,6 +1209,19 @@
-->
<h1 id="installation">Installation<a class="headerlink" href="#installation"
title="Permanent link">¶</a></h1>
+<div class="admonition tip">
+<p class="admonition-title">Tip</p>
+<p>If you're new to Docker 🐳, we recommend reading <a
href="https://docs.docker.com/get-started/overview/">Docker Docs</a>,
+which provides extensive documentation around how to get started with
Docker.</p>
+</div>
+<h3 id="docker">docker <small>recommended</small><a class="headerlink"
href="#docker" title="Permanent link">¶</a></h3>
+<p>The official <a href="https://hub.docker.com/r/apache/ranger">Docker
image</a> is a great way to get up and running in a few
+minutes, as it comes with all dependencies pre-installed. It contains
instructions to pull the images and run docker containers for Apache Ranger and
dependent services (<code>Postgres DB</code>, <code>Apache Solr</code> &
<code>Apache Zookeeper</code>).</p>
+<details class="warning" open="open">
+<summary>Warning</summary>
+<p>The Docker container is intended for development purposes only and
+is not suitable for production based deployment.</p>
+</details>
@@ -1162,7 +1242,7 @@ <h1 id="installation">Installation<a class="headerlink"
href="#installation" tit
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21
13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6
0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4
2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10
9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1
7.5 7.1 7.9l-.1.2z"/></svg>
</span>
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date" title="January 13, 2026 13:08:42
PST">January 13, 2026</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date" title="January 14, 2026 18:32:04
PST">January 14, 2026</span>
</span>
diff --git a/getting-started/trino-with-ranger/index.html
b/getting-started/trino-with-ranger/index.html
index f3f9ccccc..c50af7fb1 100644
--- a/getting-started/trino-with-ranger/index.html
+++ b/getting-started/trino-with-ranger/index.html
@@ -659,6 +659,45 @@
</span>
</a>
+ <nav class="md-nav" aria-label="Introduction">
+ <ul class="md-nav__list">
+
+ <li class="md-nav__item">
+ <a href="#run-trino-container" class="md-nav__link">
+ <span class="md-ellipsis">
+
+ Run Trino Container
+
+ </span>
+ </a>
+
+</li>
+
+ <li class="md-nav__item">
+ <a href="#configure-ranger-plugin-in-trino-container" class="md-nav__link">
+ <span class="md-ellipsis">
+
+ Configure Ranger Plugin in Trino Container
+
+ </span>
+ </a>
+
+</li>
+
+ <li class="md-nav__item">
+ <a href="#restart-trino-container" class="md-nav__link">
+ <span class="md-ellipsis">
+
+ Restart Trino Container
+
+ </span>
+ </a>
+
+</li>
+
+ </ul>
+ </nav>
+
</li>
</ul>
@@ -1115,6 +1154,45 @@
</span>
</a>
+ <nav class="md-nav" aria-label="Introduction">
+ <ul class="md-nav__list">
+
+ <li class="md-nav__item">
+ <a href="#run-trino-container" class="md-nav__link">
+ <span class="md-ellipsis">
+
+ Run Trino Container
+
+ </span>
+ </a>
+
+</li>
+
+ <li class="md-nav__item">
+ <a href="#configure-ranger-plugin-in-trino-container" class="md-nav__link">
+ <span class="md-ellipsis">
+
+ Configure Ranger Plugin in Trino Container
+
+ </span>
+ </a>
+
+</li>
+
+ <li class="md-nav__item">
+ <a href="#restart-trino-container" class="md-nav__link">
+ <span class="md-ellipsis">
+
+ Restart Trino Container
+
+ </span>
+ </a>
+
+</li>
+
+ </ul>
+ </nav>
+
</li>
</ul>
@@ -1206,6 +1284,21 @@ <h1>Trino with Ranger</h1>
<h2 id="introduction">Introduction<a class="headerlink" href="#introduction"
title="Permanent link">¶</a></h2>
<p>This guide will walk you through the steps to run Trino with Apache Ranger
as the Access Control Enforcer.</p>
+<h3 id="run-trino-container">Run Trino Container<a class="headerlink"
href="#run-trino-container" title="Permanent link">¶</a></h3>
+<div class="highlight"><span class="filename">Run Trino in Ranger's
Network</span><pre><span></span><code>docker<span class="w"> </span>pull<span
class="w"> </span>trinodb/trino
+docker<span class="w"> </span>run<span class="w"> </span>-p<span class="w">
</span><span class="m">8080</span>:8080<span class="w"> </span>--name<span
class="w"> </span>trino<span class="w"> </span>--network<span class="w">
</span>rangernw<span class="w"> </span>trinodb/trino
+
+<span class="c1"># for more details:
https://hub.docker.com/r/trinodb/trino</span>
+</code></pre></div>
+<h3 id="configure-ranger-plugin-in-trino-container">Configure Ranger Plugin in
Trino Container<a class="headerlink"
href="#configure-ranger-plugin-in-trino-container" title="Permanent
link">¶</a></h3>
+<div class="highlight"><span class="filename">Update access-control.properties
in /etc/trino/ in Trino container</span><pre><span></span><code><span
class="na">access-control.name</span><span class="o">=</span><span
class="s">ranger</span>
+<span class="na">ranger.service.name</span><span class="o">=</span><span
class="s">dev_trino</span>
+<span class="na">ranger.plugin.config.resource</span><span
class="o">=</span><span
class="s">/etc/trino/ranger-trino-security.xml,/etc/trino/ranger-trino-audit.xml,/etc/trino/ranger-policymgr-ssl.xml</span>
+<span class="na">ranger.hadoop.config.resource</span><span class="o">=</span>
+
+<span class="c1"># For details to configure Apache Ranger:
https://trino.io/docs/current/security/ranger-access-control.html</span>
+</code></pre></div>
+<h3 id="restart-trino-container">Restart Trino Container<a class="headerlink"
href="#restart-trino-container" title="Permanent link">¶</a></h3>
@@ -1226,7 +1319,7 @@ <h2 id="introduction">Introduction<a class="headerlink"
href="#introduction" tit
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21
13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6
0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4
2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10
9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1
7.5 7.1 7.9l-.1.2z"/></svg>
</span>
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date" title="January 13, 2026 13:08:42
PST">January 13, 2026</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-date" title="January 14, 2026 18:32:04
PST">January 14, 2026</span>
</span>
diff --git a/search/search_index.json b/search/search_index.json
index ae9c19722..905ff3769 100644
--- a/search/search_index.json
+++ b/search/search_index.json
@@ -1 +1 @@
-{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"],"fields":{"title":{"boost":1000.0},"text":{"boost":1.0},"tags":{"boost":1000000.0}}},"docs":[{"location":"","title":"Apache
Ranger - the open source authz framework for data processing
services","text":""},{"location":"#goals-overview","title":"Goals
Overview","text":"<ul> <li>Centralized security administration to manage all
authorization related tasks in a central UI or using REST APIs.</li>
<li>Fine-grained [...]
\ No newline at end of file
+{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"],"fields":{"title":{"boost":1000.0},"text":{"boost":1.0},"tags":{"boost":1000000.0}}},"docs":[{"location":"","title":"Apache
Ranger - the open source authz framework for data processing
services","text":""},{"location":"#goals-overview","title":"Goals
Overview","text":"<ul> <li>Centralized security administration to manage all
authorization related tasks in a central UI or using REST APIs.</li>
<li>Fine-grained [...]
\ No newline at end of file