Skip to content

Commit 0473cd6

Browse files
authored
Merge branch 'master' into testUpdateBranchGrayRulesWithUpdateOnce
2 parents b3d0e26 + 75ae5cc commit 0473cd6

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

CHANGES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Apollo 2.1.0
3434
* [fix get the openapi interface that contains namespace information for deleted items](https://github.com/apolloconfig/apollo/pull/4596)
3535
* [A user-friendly config management page for apollo portal](https://github.com/apolloconfig/apollo/pull/4592)
3636
* [feat: support use database as a registry](https://github.com/apolloconfig/apollo/pull/4595)
37+
* [fix doc bug](https://github.com/apolloconfig/apollo/pull/4579)
3738

3839
------------------
39-
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/11?closed=1)
40+
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/11?closed=1)

docs/en/deployment/distributed-deployment-guide.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1307,12 +1307,6 @@ If set to true, only super administrators and accounts with project administrato
13071307
13081308
### 3.1.12 admin-services.access.tokens - set the access token required by apollo-portal to access the apollo-adminservice for each environment
13091309
1310-
### 3.1.13 searchByItem.switch - whether the console search box supports searching by configuration item
1311-
1312-
The default is true, which makes it easy to quickly search for configurations by configuration item
1313-
1314-
If set to false, this feature is disabled
1315-
13161310
> for version 1.7.1 and above
13171311
13181312
If the corresponding environment apollo-adminservice has [access control enabled](en/deployment/distributed-deployment-guide?id=_326-admin-servicesaccesscontrolenabled-configure-whether-apollo-adminservice-has-access-control-enabled), then you need to configure apollo-portal access here access token required for this environment apollo-adminservice, otherwise access will fail .
@@ -1326,6 +1320,12 @@ The format is json, as follows.
13261320
}
13271321
```
13281322
1323+
### 3.1.13 searchByItem.switch - whether the console search box supports searching by configuration item
1324+
1325+
The default is true, which makes it easy to quickly search for configurations by configuration item
1326+
1327+
If set to false, this feature is disabled
1328+
13291329
## 3.2 Adjusting ApolloConfigDB configuration
13301330
13311331
Configuration items are uniformly stored in the ApolloConfigDB.ServerConfig table. It should be noted that each environment's ApolloConfigDB.ServerConfig needs to be configured separately, and the modification takes effect in real time for one minute afterwards.

docs/zh/deployment/distributed-deployment-guide.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1252,12 +1252,6 @@ portal上“帮助”链接的地址,默认是Apollo github的wiki首页,可
12521252

12531253
### 3.1.12 admin-service.access.tokens - 设置apollo-portal访问各环境apollo-adminservice所需的access token
12541254

1255-
### 3.1.13 searchByItem.switch - 控制台搜索框是否支持按配置项搜索
1256-
1257-
默认为 true,可以方便的按配置项快速搜索配置
1258-
1259-
如果设置为 false,则关闭此功能
1260-
12611255
> 适用于1.7.1及以上版本
12621256
12631257
如果对应环境的apollo-adminservice开启了[访问控制](#_326-admin-serviceaccesscontrolenabled-配置apollo-adminservice是否开启访问控制),那么需要在此配置apollo-portal访问该环境apollo-adminservice所需的access token,否则会访问失败
@@ -1271,6 +1265,13 @@ portal上“帮助”链接的地址,默认是Apollo github的wiki首页,可
12711265
}
12721266
```
12731267

1268+
### 3.1.13 searchByItem.switch - 控制台搜索框是否支持按配置项搜索
1269+
1270+
默认为 true,可以方便的按配置项快速搜索配置
1271+
1272+
如果设置为 false,则关闭此功能
1273+
1274+
12741275
## 3.2 调整ApolloConfigDB配置
12751276
配置项统一存储在ApolloConfigDB.ServerConfig表中,需要注意每个环境的ApolloConfigDB.ServerConfig都需要单独配置,修改完一分钟实时生效。
12761277

0 commit comments

Comments
 (0)