hebbaa opened a new issue, #2479:
URL: https://github.com/apache/apisix-ingress-controller/issues/2479

   ### Issue description
   
   How to configure  mTLS between apisix-ingress-controller (v1.8.0)and apisix 
control-plane (v3.12.0)
   
   Currently using below config for ingress controller 
   
    log_level: "debug"
       log_output: "stderr"
       http_listen: ":8080"
       enable_profiling: true
       kubernetes:
         kubeconfig: ""
         resync_interval: "300s"
         namespace_selector:
         - ""
         ingress_class: "apisix"
         ingress_version: "networking/v1"
         apisix_route_version: "apisix.apache.org/v2"
       apisix:
         default_cluster_base_url: 
"http://control-plane.apisix.svc.cluster.local:9180/apisix/admin/";
         default_cluster_admin_key: "edd1c9f034335f136f87ad84b625c8f1"
         admin_api_version: "v3"
   
   
   ### Environment
   
    apisix-ingress-controller (v1.8.0)
   apisix control-plane (v3.12.0)
   kubernetes deployment 


-- 
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: notifications-unsubscr...@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to