From 607f5f1b996ac64a0ab5937b0c66dbdbaf7f23f5 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 22 八月 2024 20:52:59 +0800 Subject: [PATCH] 1 --- docker-compose/nacos/conf/application.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose/nacos/conf/application.properties b/docker-compose/nacos/conf/application.properties index f5022db..f6169c8 100644 --- a/docker-compose/nacos/conf/application.properties +++ b/docker-compose/nacos/conf/application.properties @@ -155,7 +155,7 @@ nacos.core.auth.caching.enabled=true ### Since 1.4.1, Turn on/off white auth for user-agent: nacos-server, only for upgrade from old version. -nacos.core.auth.enable.userAgentAuthWhite=false +nacos.core.auth.enable.userAgentAuthWhite=true ### Since 1.4.1, worked when nacos.core.auth.enabled=true and nacos.core.auth.enable.userAgentAuthWhite=false. ### The two properties is the white list for auth and used by identity the request from other server. @@ -167,7 +167,7 @@ nacos.core.auth.plugin.nacos.token.cache.enable=false nacos.core.auth.plugin.nacos.token.expire.seconds=18000 ### The default token (Base64 String): -nacos.core.auth.plugin.nacos.token.secret.key= +nacos.core.auth.plugin.nacos.token.secret.key=VGhpc0lzTXlDdXN0b21TZWNyZXRLZXkwMTIzNDU2Nzg= ### worked when nacos.core.auth.system.type=ldap锛寋0} is Placeholder,replace login username #nacos.core.auth.ldap.url=ldap://localhost:389 -- Gitblit v1.9.3