Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: IPv6双栈、服务检查废弃接口更换、健康检查鉴权403、数据库初始化脚本为空 #445

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ZhangSir-github
Copy link

  1. IPv6 service双栈可选
  2. /nacos/v1/ns/operator/servers 废弃接口换为 /nacos/v1/core/cluster/nodes
  3. 添加identityKey、identityValue
  4. 使用identityKey、identityValue通过接口鉴权,避免检查服务健康403

#442
#399

2. /nacos/v1/ns/operator/servers 废弃接口换为 /nacos/v1/core/cluster/nodes
3. 添加identityKey、identityValue
4. 使用identityKey、identityValue通过接口鉴权,避免检查服务健康403
@ZhangSir-github
Copy link
Author

apiVersion: nacos.io/v1alpha1
kind: Nacos
metadata:
  name: nacos-test
  namespace: nacos
spec:
  certification:
    enabled: true
    identity_key: nacos
    identity_value: xxxx
    token: xxxxxxxxx
......

2. 数据库初始化脚本,INSERT INTO改为INSERT IGNORE INTO,避免覆盖已有数据。
@ZhangSir-github
Copy link
Author

修复数据库脚本为空问题
修改SQL避免覆盖数据
#337

@ZhangSir-github ZhangSir-github changed the title fix: IPv6双栈、服务检查废弃接口更换、健康检查鉴权403 fix: IPv6双栈、服务检查废弃接口更换、健康检查鉴权403、数据库初始化脚本为空 Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant