Vacant2333 commented on code in PR #10579: URL: https://github.com/apache/apisix/pull/10579#discussion_r1411835456
########## docs/en/latest/plugins/clickhouse-logger.md: ########## @@ -104,7 +105,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f13 "plugins": { "clickhouse-logger": { "user": "default", - "password": "a", + "password": "", Review Comment: yes some case use password='a', but its for test the configuration:  https://github.com/Vacant2333/apisix/blob/f1d4168e33a5e2de26055c004c35b8284e5517d2/t/plugin/clickhouse-logger.t#L67 the real request test case will use password='' https://github.com/Vacant2333/apisix/blob/f1d4168e33a5e2de26055c004c35b8284e5517d2/t/plugin/clickhouse-logger.t#L186  -- 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]
