This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new a036f550 chore: remove outdated ConfigAuthenticator and revise some 
description (#435)
a036f550 is described below

commit a036f550bf412ea2950271390888d63bbffef6ba
Author: ChoHee <[email protected]>
AuthorDate: Thu Dec 4 18:43:05 2025 +0800

    chore: remove outdated ConfigAuthenticator and revise some description 
(#435)
    
    
    
    ---------
    
    Co-authored-by: imbajin <[email protected]>
---
 content/cn/docs/config/config-guide.md  |  7 +------
 content/cn/docs/config/config-option.md |  4 +---
 content/cn/docs/download/download.md    | 12 ++----------
 content/en/docs/config/config-guide.md  |  7 +------
 content/en/docs/config/config-option.md |  4 +---
 content/en/docs/download/download.md    | 13 ++-----------
 6 files changed, 8 insertions(+), 39 deletions(-)

diff --git a/content/cn/docs/config/config-guide.md 
b/content/cn/docs/config/config-guide.md
index efb92c2c..f791fee3 100644
--- a/content/cn/docs/config/config-guide.md
+++ b/content/cn/docs/config/config-guide.md
@@ -173,8 +173,7 @@ arthas.ip=127.0.0.1
 arthas.disabled_commands=jad
 
 # authentication configs
-# choose 'org.apache.hugegraph.auth.StandardAuthenticator' or
-# 'org.apache.hugegraph.auth.ConfigAuthenticator'
+# choose 'org.apache.hugegraph.auth.StandardAuthenticator' or a custom 
implementation
 #auth.authenticator=
 
 # for StandardAuthenticator mode
@@ -182,10 +181,6 @@ arthas.disabled_commands=jad
 # auth client config
 #auth.remote_url=127.0.0.1:8899,127.0.0.1:8898,127.0.0.1:8897
 
-# for ConfigAuthenticator mode
-#auth.admin_token=
-#auth.user_tokens=[]
-
 # TODO: Deprecated & removed later (useless from version 1.5.0)
 # rpc server configs for multi graph-servers or raft-servers
 #rpc.server_host=127.0.0.1
diff --git a/content/cn/docs/config/config-option.md 
b/content/cn/docs/config/config-option.md
index 274dec6d..0bf56af8 100644
--- a/content/cn/docs/config/config-option.md
+++ b/content/cn/docs/config/config-option.md
@@ -41,10 +41,8 @@ weight: 2
 | batch.max_vertices_per_batch       | 500                                     
         | The maximum number of vertices submitted per batch.                  
                                                                                
                                                         |
 | batch.max_write_ratio              | 50                                      
         | The maximum thread ratio for batch writing, only take effect if the 
batch.max_write_threads is 0.                                                   
                                                          |
 | batch.max_write_threads            | 0                                       
         | The maximum threads for batch writing, if the value is 0, the actual 
value will be set to batch.max_write_ratio * restserver.max_worker_threads.     
                                                         |
-| auth.authenticator                 |                                         
         | The class path of authenticator implementation. e.g., 
org.apache.hugegraph.auth.StandardAuthenticator, or 
org.apache.hugegraph.auth.ConfigAuthenticator.                                  
                      |
-| auth.admin_token                   | 162f7848-0b6d-4faf-b557-3a0797869c55    
         | Token for administrator operations, only for 
org.apache.hugegraph.auth.ConfigAuthenticator.                                  
                                                                                
  |
+| auth.authenticator                 |                                         
         | The class path of authenticator implementation. e.g., 
org.apache.hugegraph.auth.StandardAuthenticator, or a custom implementation.    
                                                    |
 | auth.graph_store                   | hugegraph                               
         | The name of graph used to store authentication information, like 
users, only for org.apache.hugegraph.auth.StandardAuthenticator.                
                                                              |
-| auth.user_tokens                   | 
[hugegraph:9fd95c9c-711b-415b-b85f-d4df46ba5c31] | The map of user tokens with 
name and password, only for org.apache.hugegraph.auth.ConfigAuthenticator.      
                                                                                
                   |
 | auth.audit_log_rate                | 1000.0                                  
         | The max rate of audit log output per user, default value is 1000 
records per second.                                                             
                                                             |
 | auth.cache_capacity                | 10240                                   
         | The max cache capacity of each auth cache item.                      
                                                                                
                                                         |
 | auth.cache_expire                  | 600                                     
         | The expiration time in seconds of vertex cache.                      
                                                                                
                                                         |
diff --git a/content/cn/docs/download/download.md 
b/content/cn/docs/download/download.md
index 48977f8a..d936e275 100644
--- a/content/cn/docs/download/download.md
+++ b/content/cn/docs/download/download.md
@@ -9,13 +9,10 @@ weight: 2
 > - 推荐使用最新版本的 HugeGraph 软件包, 运行时环境请选择 Java11
 > - 验证下载版本, 请使用相应的哈希 (SHA512)、签名和 [项目签名验证 
 > KEYS](https://downloads.apache.org/incubator/hugegraph/KEYS)
 > - 检查哈希 (SHA512)、签名的说明在 
 > [版本验证](/docs/contribution-guidelines/validate-release/) 页面, 也可参考 [ASF 
 > 验证说明](https://www.apache.org/dyn/closer.cgi#verify)
-
-> 注: HugeGraph 所有组件版本号已保持一致, `client/loader/hubble/common` 等 maven 仓库版本号同理, 
依赖引用可参考 [maven 
示例](https://github.com/apache/incubator-hugegraph-toolchain#maven-dependencies)
+> - 注: HugeGraph 所有组件版本号已保持一致, `client/loader/hubble/common` 等 maven 仓库版本号同理, 
依赖引用可参考 [maven 
示例](https://github.com/apache/incubator-hugegraph-toolchain#maven-dependencies)
 
 ### 最新版本 1.7.0
 
-> 注: 从版本 `1.5.0` 开始,需要 Java11 运行时环境
-
 - Release Date: 2025-11-28
 - [Release Notes](/docs/changelog/hugegraph-1.7.0-release-notes/)
 
@@ -41,6 +38,7 @@ Please refer to [build from 
source](/docs/quickstart/hugegraph-server/).
 >
 > 1. 请大家尽早迁移到最新 Release 版本上, 社区将不再维护 `1.0.0` 前的旧版本 (非 ASF 版本)
 > 2. `1.3.0` 是最后一个兼容 Java8 的主版本, 请尽早使用/迁移运行时为 Java11 (低版本 Java 有潜在更多的 SEC 
 > 风险和性能影响)
+> 3. 从版本 `1.5.0` 开始,需要 Java11 运行时环境
 
 #### 1.5.0
 
@@ -114,9 +112,3 @@ Please refer to [build from 
source](/docs/quickstart/hugegraph-server/).
 | Server                                                                       
                                                                                
                                                                                
                                                                                
                                                     | Toolchain                
                                                                                
              [...]
 
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------
 [...]
 | 
[[Source](https://www.apache.org/dyn/closer.lua/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0-src.tar.gz?action=download)]
 
[[Sign](https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0-src.tar.gz.asc)]
 
[[SHA512](https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0-src.tar.gz.sha512)]
 | 
[[Source](https://www.apache.org/dyn/closer.lua/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-
 [...]
-
----
-
-<details> <summary>旧版本 (非 ASF 版本)</summary>
-由于 ASF 规则要求, 不能直接在当前页面存放非 ASF 发行包, 对于 1.0.0 前旧版本 (非 ASF 版本) 的下载说明, 请跳转至 
https://github.com/apache/incubator-hugegraph-doc/wiki/Apache-HugeGraph-(Incubating)-Old-Versions-Download
-</details>
diff --git a/content/en/docs/config/config-guide.md 
b/content/en/docs/config/config-guide.md
index 979c4933..48e5e08c 100644
--- a/content/en/docs/config/config-guide.md
+++ b/content/en/docs/config/config-guide.md
@@ -171,8 +171,7 @@ arthas.ip=127.0.0.1
 arthas.disabled_commands=jad
 
 # authentication configs
-# choose 'org.apache.hugegraph.auth.StandardAuthenticator' or
-# 'org.apache.hugegraph.auth.ConfigAuthenticator'
+# choose 'org.apache.hugegraph.auth.StandardAuthenticator' or a custom 
implementation
 #auth.authenticator=
 
 # for StandardAuthenticator mode
@@ -180,10 +179,6 @@ arthas.disabled_commands=jad
 # auth client config
 #auth.remote_url=127.0.0.1:8899,127.0.0.1:8898,127.0.0.1:8897
 
-# for ConfigAuthenticator mode
-#auth.admin_token=
-#auth.user_tokens=[]
-
 # TODO: Deprecated & removed later (useless from version 1.5.0)
 # rpc server configs for multi graph-servers or raft-servers
 #rpc.server_host=127.0.0.1
diff --git a/content/en/docs/config/config-option.md 
b/content/en/docs/config/config-option.md
index c018ef29..b0d937b6 100644
--- a/content/en/docs/config/config-option.md
+++ b/content/en/docs/config/config-option.md
@@ -41,10 +41,8 @@ Corresponding configuration file `rest-server.properties`
 | batch.max_vertices_per_batch       | 500                                     
         | The maximum number of vertices submitted per batch.                  
                                                                                
                                                         |
 | batch.max_write_ratio              | 50                                      
         | The maximum thread ratio for batch writing, only take effect if the 
batch.max_write_threads is 0.                                                   
                                                          |
 | batch.max_write_threads            | 0                                       
         | The maximum threads for batch writing, if the value is 0, the actual 
value will be set to batch.max_write_ratio * restserver.max_worker_threads.     
                                                         |
-| auth.authenticator                 |                                         
         | The class path of authenticator implementation. e.g., 
org.apache.hugegraph.auth.StandardAuthenticator, or 
org.apache.hugegraph.auth.ConfigAuthenticator.                                  
                      |
-| auth.admin_token                   | 162f7848-0b6d-4faf-b557-3a0797869c55    
         | Token for administrator operations, only for 
org.apache.hugegraph.auth.ConfigAuthenticator.                                  
                                                                                
  |
+| auth.authenticator                 |                                         
         | The class path of authenticator implementation. e.g., 
org.apache.hugegraph.auth.StandardAuthenticator, or a custom implementation.    
                                                    |
 | auth.graph_store                   | hugegraph                               
         | The name of graph used to store authentication information, like 
users, only for org.apache.hugegraph.auth.StandardAuthenticator.                
                                                              |
-| auth.user_tokens                   | 
[hugegraph:9fd95c9c-711b-415b-b85f-d4df46ba5c31] | The map of user tokens with 
name and password, only for org.apache.hugegraph.auth.ConfigAuthenticator.      
                                                                                
                   |
 | auth.audit_log_rate                | 1000.0                                  
         | The max rate of audit log output per user, default value is 1000 
records per second.                                                             
                                                             |
 | auth.cache_capacity                | 10240                                   
         | The max cache capacity of each auth cache item.                      
                                                                                
                                                         |
 | auth.cache_expire                  | 600                                     
         | The expiration time in seconds of vertex cache.                      
                                                                                
                                                         |
diff --git a/content/en/docs/download/download.md 
b/content/en/docs/download/download.md
index d5205c57..f89bfa17 100644
--- a/content/en/docs/download/download.md
+++ b/content/en/docs/download/download.md
@@ -10,13 +10,10 @@ weight: 2
 > - It is recommended to use the latest version of the HugeGraph software 
 > package. Please select Java11 for the runtime environment.
 > - To verify downloads, use the corresponding hash (SHA512), signature, and 
 > [Project Signature Verification 
 > KEYS](https://downloads.apache.org/incubator/hugegraph/KEYS).
 > - Instructions for checking hash (SHA512) and signatures are on the 
 > [Validate Release](/docs/contribution-guidelines/validate-release/) page, 
 > and you can also refer to [ASF official 
 > instructions](https://www.apache.org/dyn/closer.cgi#verify).
-
-> Note: The version numbers of all components of HugeGraph have been kept 
consistent, and the version numbers of Maven repositories such as 
`client/loader/hubble/common` are the same. You can refer to these for 
dependency references [maven 
example](https://github.com/apache/incubator-hugegraph-toolchain#maven-dependencies).
+> - Note: The version numbers of all components of HugeGraph have been kept 
consistent, and the version numbers of Maven repositories such as 
`client/loader/hubble/common` are the same. You can refer to these for 
dependency references [maven 
example](https://github.com/apache/incubator-hugegraph-toolchain#maven-dependencies).
 
 ### Latest Version 1.7.0
 
-> Note: Starting from version `1.5.0`, a Java11 runtime environment is 
required.
-
 - Release Date: 2025-11-28
 - [Release Notes](/docs/changelog/hugegraph-1.7.0-release-notes/)
 
@@ -38,7 +35,7 @@ Please refer to [build from 
source](/docs/quickstart/hugegraph-server/).
 
 ### Archived Versions
 
-> Note: `1.3.0` is the last major version compatible with Java8, please switch 
to or migrate to Java11 as soon as possible (lower versions of Java have 
potentially more SEC risks and performance impacts).
+> Note: `1.3.0` is the last major version compatible with Java8, please switch 
to or migrate to Java11 as soon as possible (lower versions of Java have 
potentially more SEC risks and performance impacts). Starting from version 
`1.5.0`, a Java11 runtime environment is required.
 
 #### 1.5.0
 
@@ -107,9 +104,3 @@ Please refer to [build from 
source](/docs/quickstart/hugegraph-server/).
 | Server                                                                       
                                                                                
                                                                                
                                                                                
                                                     | Toolchain                
                                                                                
              [...]
 
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------
 [...]
 | 
[[Source](https://www.apache.org/dyn/closer.lua/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0-src.tar.gz?action=download)]
 
[[Sign](https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0-src.tar.gz.asc)]
 
[[SHA512](https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0-src.tar.gz.sha512)]
 | 
[[Source](https://www.apache.org/dyn/closer.lua/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-
 [...]
-
----
-
-<details> <summary>Old Versions (Non-ASF Versions)</summary>
-Due to ASF rules, non-ASF distribution packages cannot be hosted directly on 
this page. For download instructions for old versions before 1.0.0 (non-ASF 
versions), please jump to 
https://github.com/apache/incubator-hugegraph-doc/wiki/Apache-HugeGraph-(Incubating)-Old-Versions-Download
-</details>

Reply via email to