Sn0rt commented on issue #9915:
URL: https://github.com/apache/apisix/issues/9915#issuecomment-1689122953

   > > > Indeed, I've seen that etcd's underlying library only supports pass 
the path of file.
   > > > Then I think the tasks of the current issues can be divided into 
multiple stages to achieve.
   > > > 
   > > > 1. Submit the part except etcd first.
   > > > 2. Discuss the path of etcd tls in one issue after another. (There are 
not many tls configurations in practice, and I think the priority of this task 
is a bit low.
   > > 
   > > 
   > > Ok, I will add more tests and finish in these days :).
   > 
   > thx your help. and we need create a new issues for track the etcd tls 
feature.
   
   I will create another PR for the below feature 
   
   ```
     etcd:
       password: "$secret://apisix_config/etcd_password"
       tls:
         cert: "$secret://apisix_config/etcd_cert"
         key: "$secret://apisix_config/etcd_cert_key"
   ```


-- 
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