-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a note to reboot to make the config effective
- Loading branch information
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1543,16 +1543,22 @@ http://some-user-name:[email protected]:8080/eureka/, http://some-user-name: | |
|
||
Among them, `some-user-name` and `some-password` need to be consistent with the configuration items of `apollo.eureka.server.security.username` and `apollo.eureka.server.security.password`. | ||
|
||
A reboot is required to take effect after the modification. | ||
|
||
### 3.2.10 apollo.eureka.server.security.username - Configure the username of Eureka server | ||
|
||
> For version 2.1.0 and above | ||
Configure the login username of eureka server, which needs to be used together with [apollo.eureka.server.security.enabled](#_329-apolloeurekaserversecurityenabled-configure-whether-to-enable-eureka-login-authentication). | ||
|
||
A reboot is required to take effect after the modification. | ||
|
||
> Note that the username cannot be configured as apollo. | ||
### 3.2.11 apollo.eureka.server.security.password - Configure the password of Eureka server | ||
|
||
> For version 2.1.0 and above | ||
Configure the login password of eureka server, which needs to be used together with [apollo.eureka.server.security.enabled](#_329-apolloeurekaserversecurityenabled-configure-whether-to-enable-eureka-login-authentication). | ||
Configure the login password of eureka server, which needs to be used together with [apollo.eureka.server.security.enabled](#_329-apolloeurekaserversecurityenabled-configure-whether-to-enable-eureka-login-authentication). | ||
|
||
A reboot is required to take effect after the modification. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1484,16 +1484,22 @@ http://some-user-name:[email protected]:8080/eureka/,http://some-user-name:s | |
``` | ||
其中`some-user-name`和`some-password`需要和`apollo.eureka.server.security.username`以及`apollo.eureka.server.security.password`的配置项一致。 | ||
|
||
修改完需要重启生效。 | ||
|
||
### 3.2.10 apollo.eureka.server.security.username - 配置eureka server的登录用户名 | ||
|
||
> 适用于2.1.0及以上版本 | ||
配置eureka server的登录用户名,需要和[apollo.eureka.server.security.enabled](#_329-apolloeurekaserversecurityenabled-配置是否开启eureka-server的登录认证)一起使用。 | ||
|
||
修改完需要重启生效。 | ||
|
||
> 注意用户名不能配置为apollo | ||
### 3.2.11 apollo.eureka.server.security.password - 配置eureka server的登录密码 | ||
|
||
> 适用于2.1.0及以上版本 | ||
配置eureka server的登录密码,需要和[apollo.eureka.server.security.enabled](#_329-apolloeurekaserversecurityenabled-配置是否开启eureka-server的登录认证)一起使用。 | ||
配置eureka server的登录密码,需要和[apollo.eureka.server.security.enabled](#_329-apolloeurekaserversecurityenabled-配置是否开启eureka-server的登录认证)一起使用。 | ||
|
||
修改完需要重启生效。 |