yuweizzz commented on code in PR #10445:
URL: https://github.com/apache/apisix/pull/10445#discussion_r1383346284


##########
apisix/discovery/nacos/init.lua:
##########
@@ -39,6 +39,8 @@ local auth_path = 'auth/login'
 local instance_list_path = 'ns/instance/list?healthyOnly=true&serviceName='
 local default_namespace_id = "public"
 local default_group_name = "DEFAULT_GROUP"
+local access_key
+local secret_key

Review Comment:
   In nacos open source version, these configurations was no needed, but it can 
work in Alibaba Cloud MSE Nacos when MSE Nacos enabled authentication, and it 
also need to create a RAM user and grant permissions. More details in 
https://www.alibabacloud.com/help/en/mse/user-guide/access-authentication-by-the-nacos-client
 .



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to