unsw-luopan commented on issue #12854:
URL: https://github.com/apache/apisix/issues/12854#issuecomment-3708633147

   Hi @Baoyuantop , complete configuration file is:
   
   apisix:
     ssl:
       ssl_trusted_certificate: /usr/local/apisix/certs/ca.crt
   
   deployment:
     role: traditional
     role_traditional:
       config_provider: etcd
     admin:
       admin_key_required: true
       admin_key:
         - name: admin
           key: edd1c9f034335f136f87ad84b625c8f1
           role: admin
       allow_admin:
         - 0.0.0.0/0
     plugins:
       - prometheus
       - request-id
       - zipkin
       - cors
       - public-api
       - key-auth
       - limit-count
     plugin_attr:
       prometheus:
         enable_export_server: true
         export_uri: /apisix/prometheus/metrics
         metric_prefix: apisix_
         export_addr:
           ip: 0.0.0.0
           port: 9091
   
   
     etcd:
       host:
         - "https://etcd1:2379";
         - "https://etcd2:2379";
         - "https://etcd3:2379";
       prefix: "/apisix"
       timeout: 60
       tls:
         cert: /usr/local/apisix/certs/client.crt
         key: /usr/local/apisix/certs/client.key
         verify: true


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