spacewander commented on a change in pull request #5206:
URL: https://github.com/apache/apisix/pull/5206#discussion_r727620614
##########
File path: t/core/config_etcd.t
##########
@@ -57,6 +57,11 @@ apisix:
etcd:
host:
- "https://127.0.0.1:2379"
+--- extra_init_by_lua
+local health_check = require("resty.etcd.health_check")
+health_check.get_target_status = function()
Review comment:
I see.
##########
File path: conf/config-default.yaml
##########
@@ -272,6 +272,7 @@ etcd:
verify: true # whether to verify the etcd endpoint
certificate when setup a TLS connection to etcd,
# the default value is true, e.g. the
certificate will be verified strictly.
+ #sni: # the SNI fot etcd TLS requests
Review comment:
```suggestion
#sni: # the SNI for etcd TLS requests. If
missed, the host part of the URL will be used
```
--
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]