We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这是NACOS配置:
spring:
nacos: discovery: enable: true server-addr: ${nacos.ip}:8848 contextPath: /nacos service: ${spring.application.name} namespace: ${nacos.namespace} group: ${spring.profile.active} secure: true access-key: XX secret-key: XX
在APISIX中, 配置NACOS服务发现: discovery: nacos: host: - "http://${nacos.ip}:8848"
重启APISIX后,发现后端报错:
想问下:APISX是否只是提供了NACOS的用户名/密码的认证模式, 并没有提供基于NACOS的access-key, secret-key这种认证模式? 如果提供了,麻烦告诉我如何配置NACOS的access-key, secret-key认证? 谢谢。
APISX能够识别阿里云的NACOS服务。
K8S环境中可以复现
我的APISIX版本: 2.15.0
The text was updated successfully, but these errors were encountered:
Hi @alanjiang, after checking the nacos service discovery implementation, we can confirm that ak/sk authentication mode is not supported. If you are interested in this, welcome to PR.
Sorry, something went wrong.
This has been resolved in #10445
No branches or pull requests
Current Behavior
这是NACOS配置:
spring:
在APISIX中, 配置NACOS服务发现:
discovery:
nacos:
host:
- "http://${nacos.ip}:8848"
重启APISIX后,发现后端报错:
想问下:APISX是否只是提供了NACOS的用户名/密码的认证模式, 并没有提供基于NACOS的access-key, secret-key这种认证模式? 如果提供了,麻烦告诉我如何配置NACOS的access-key, secret-key认证? 谢谢。
Expected Behavior
APISX能够识别阿里云的NACOS服务。
Error Logs
Steps to Reproduce
K8S环境中可以复现
Environment
我的APISIX版本: 2.15.0
The text was updated successfully, but these errors were encountered: