feature nacos升级到版本2.3.2, 并默认开启nacos服务端授权认证

This commit is contained in:
OldDriver9527
2024-05-10 15:29:36 +08:00
parent 373a16da1d
commit 8df2bc3020
65 changed files with 630 additions and 707 deletions

View File

@@ -32,8 +32,8 @@ seata:
server-addr: @nacos.server@
group: @nacos.discovery.group@
namespace: ${spring.profiles.active}
username:
password:
username: @nacos.username@
password: @nacos.password@
##if use MSE Nacos with auth, mutex with username/password attribute
#access-key: ""
#secret-key: ""
@@ -47,8 +47,8 @@ seata:
group: @nacos.discovery.group@
namespace: ${spring.profiles.active}
cluster: default
username:
password:
username: @nacos.username@
password: @nacos.password@
##if use MSE Nacos with auth, mutex with username/password attribute
#access-key: ""
#secret-key: ""