From 3f8fc49de0a57774e8fb51ae015b71c030b36ae8 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期四, 29 八月 2024 18:02:31 +0800 Subject: [PATCH] 后台 未修改 --- 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