This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 19506b9ff [auto] Generated docs from Apache Ozone master
ffa31ce123cf95608698b5ff7c11e12d5dc8f103
19506b9ff is described below
commit 19506b9ff0a7d812f4cee7646d26f1854aba329f
Author: Github Actions <[email protected]>
AuthorDate: Wed Feb 4 12:48:32 2026 +0000
[auto] Generated docs from Apache Ozone master
ffa31ce123cf95608698b5ff7c11e12d5dc8f103
---
docs/edge/design/index.xml | 2 +-
docs/edge/design/ozone-sts.html | 8 +++++---
docs/edge/en/sitemap.xml | 6 +++---
docs/edge/feature/diskbalancer.html | 4 ++--
docs/edge/sitemap.xml | 2 +-
5 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/docs/edge/design/index.xml b/docs/edge/design/index.xml
index fb99207c5..859d83410 100644
--- a/docs/edge/design/index.xml
+++ b/docs/edge/design/index.xml
@@ -6,7 +6,7 @@
<description>Recent content in Designs on Ozone</description>
<generator>Hugo</generator>
<language>en</language>
- <lastBuildDate>Thu, 15 Jan 2026 09:25:11 +0800</lastBuildDate>
+ <lastBuildDate>Tue, 03 Feb 2026 05:23:07 -0800</lastBuildDate>
<atom:link href="/design/index.xml" rel="self" type="application/rss+xml"
/>
<item>
<title>S3 Conditional Requests</title>
diff --git a/docs/edge/design/ozone-sts.html b/docs/edge/design/ozone-sts.html
index e357574d3..0d36b6914 100644
--- a/docs/edge/design/ozone-sts.html
+++ b/docs/edge/design/ozone-sts.html
@@ -734,8 +734,10 @@ to store revoked tokens, and a command-line utility will
be created to add token
will be created to run every 3 hours to delete revoked tokens that have been
in the table for more than 12 hours. The
input parameter for the command-line utility will be the sessionToken - this
value is returned in plain text as a result
of the AssumeRole call (mentioned above). In this way, specific STS tokens
can be revoked as opposed to all tokens. Furthermore,
-AWS doesn’t have a standard API to revoke tokens therefore we are
creating our own system.
-Note: STS token revocation checks are strictly enforced and will fail-closed
if there are internal errors such as not
+AWS doesn’t have a standard API to revoke tokens therefore we are
creating our own system.</p>
+<p>Additionally, if the Kerberos identity of the user that created the STS
token is revoked via the <code>ozone s3 revokesecret</code>
+command, then all the existing and unexpired STS tokens that user created will
be revoked.</p>
+<p>Note: STS token revocation checks are strictly enforced and will
fail-closed if there are internal errors such as not
being able to communicate with the revocation database table, etc.
Note: The creator of the STS token or an S3/tenant admin are the only ones
allowed to revoke a token.</p>
<h2 id="36-prerequisites">3.6 Prerequisites</h2>
@@ -803,7 +805,7 @@ originalAccessKeyId in the session token and perform the
following checks:
<footer class="footer">
<div class="container">
<span class="small text-muted">
- Version: 2.2.0-SNAPSHOT, Last Modified: January 4, 2026 <a
class="hide-child link primary-color"
href="https://github.com/apache/ozone/commit/58a9fb813ee44b5aae772980a7932608308362b6">58a9fb813e</a>
+ Version: 2.2.0-SNAPSHOT, Last Modified: February 3, 2026 <a
class="hide-child link primary-color"
href="https://github.com/apache/ozone/commit/d3086418e147b22ad1be7827bb37c2501b86181e">d3086418e1</a>
</span>
</div>
</footer>
diff --git a/docs/edge/en/sitemap.xml b/docs/edge/en/sitemap.xml
index 54316eefa..83b48858e 100644
--- a/docs/edge/en/sitemap.xml
+++ b/docs/edge/en/sitemap.xml
@@ -84,7 +84,7 @@
/>
</url><url>
<loc>/feature/diskbalancer.html</loc>
- <lastmod>2025-12-31T07:54:20+05:30</lastmod>
+ <lastmod>2026-02-04T10:16:37+05:30</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@@ -730,7 +730,7 @@
/>
</url><url>
<loc>/design/index.html</loc>
- <lastmod>2026-01-15T09:25:11+08:00</lastmod>
+ <lastmod>2026-02-03T05:23:07-08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@@ -746,7 +746,7 @@
<lastmod>2026-01-15T09:25:11+08:00</lastmod>
</url><url>
<loc>/design/ozone-sts.html</loc>
- <lastmod>2026-01-04T23:22:18-08:00</lastmod>
+ <lastmod>2026-02-03T05:23:07-08:00</lastmod>
</url><url>
<loc>/design/distributed-tracing-opentelemetry.html</loc>
<lastmod>2025-10-16T09:06:36+05:30</lastmod>
diff --git a/docs/edge/feature/diskbalancer.html
b/docs/edge/feature/diskbalancer.html
index f5489d923..ac789c021 100644
--- a/docs/edge/feature/diskbalancer.html
+++ b/docs/edge/feature/diskbalancer.html
@@ -768,7 +768,7 @@ is currently considered experimental and is disabled by
default. The command is,
</tr>
<tr>
<td><code>-s/--stop-after-disk-even</code></td>
- <td>Stop automatically after disks are balanced (default: false).
Used with <code>start</code> and <code>update</code> commands.</td>
+ <td>Stop automatically after disks are balanced (default: true).
Used with <code>start</code> and <code>update</code> commands.</td>
<td><code>-s false</code><br><code>--stop-after-disk-even
true</code></td>
</tr>
</tbody>
@@ -912,7 +912,7 @@ is currently considered experimental and is disabled by
default. The command is,
<footer class="footer">
<div class="container">
<span class="small text-muted">
- Version: 2.2.0-SNAPSHOT, Last Modified: December 31, 2025 <a
class="hide-child link primary-color"
href="https://github.com/apache/ozone/commit/fc16787c351dce867a1d094e5440a8bcaadd33c9">fc16787c35</a>
+ Version: 2.2.0-SNAPSHOT, Last Modified: February 4, 2026 <a
class="hide-child link primary-color"
href="https://github.com/apache/ozone/commit/ffa31ce123cf95608698b5ff7c11e12d5dc8f103">ffa31ce123</a>
</span>
</div>
</footer>
diff --git a/docs/edge/sitemap.xml b/docs/edge/sitemap.xml
index 924d9d343..4ef9359e6 100644
--- a/docs/edge/sitemap.xml
+++ b/docs/edge/sitemap.xml
@@ -4,7 +4,7 @@
<sitemap>
<loc>/en/sitemap.xml</loc>
- <lastmod>2026-01-16T12:21:40-08:00</lastmod>
+ <lastmod>2026-02-04T10:16:37+05:30</lastmod>
</sitemap>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]