nacos-group / r-nacos

Nacos server re-implemented in Rust.
https://r-nacos.github.io/docs/
Apache License 2.0
840 stars 93 forks source link

支持开启集群间的通信请求校验cluster token #93

Closed heqingpan closed 5 months ago

heqingpan commented 5 months ago

支持开启集群间的通信请求校验cluster token

支持配置集群通信cluster token,为了兼容之前的版本不配置时不效验。推荐生产环境都开启配置。

  1. 避免预期外的节点加入集群;
  2. 避免通过集群接口攻击集群;
heqingpan commented 5 months ago

v0.5.9版本已支持