XW512 commented on issue #9582:
URL: https://github.com/apache/apisix/issues/9582#issuecomment-1644940685

   > @XW512 please provide the whole config.yaml file with proper formatting 
thanks so that I can try to reproduce it, thanks.
   
   OK,thank you
   
   this is data_plane config:
   
   apisix:
     ssl:
       ssl_trusted_certificate: /app/apisix-3.3.0/t/certs/mtls_ca.crt
   deployment:
     role: data_plane
     role_data_plane:
       config_provider: control_plane
       control_plane:
         host:
           - "https://gw-cp.intsit.cloud.local:9280";
         timeout: 30
         prefix: "/apisix"
     admin:
       admin_key:
         - name: admin
           key: 6b0d04aef24327864740da9ce10c55f0
           role: admin
   
   this is control_plane config:
   
   deployment:
     role: control_plane
     role_control_plane:
       config_provider: etcd
       conf_server:
         listen: 0.0.0.0:9280
         cert: /app/apisix-3.3.0/t/certs/mtls_server.crt
         cert_key: /app/apisix-3.3.0/t/certs/mtls_server.key
     admin:
       admin_key:
         - name: admin
           key: 6b0d04aef24327864740da9ce10c55f0
           role: admin
   
   
   
   


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