You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/06/20 08:59:04 UTC

[GitHub] [apisix] ffch opened a new issue, #7280: help request: etcd "client-cert-auth" cannot be used with gRPC-gateway

ffch opened a new issue, #7280:
URL: https://github.com/apache/apisix/issues/7280

   ### Description
   
   I have a problem with starting apisix:
   
   the conf.yaml:
   ```
   etcd:
     host:
       - https://xxxx:4001
     prefix: /apisix
     tls:
       verify: true
       cert: conf/cert/etcd_client.pem
       key: conf/cert/etcd_client_key.pem
   apisix:
     enable_control: true
     ssl:
       ssl_trusted_certificate: conf/cert/etcd_ca.pem
   ```
   then use docker to start, error is :
   ```
   /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd
   etcd "client-cert-auth" cannot be used with gRPC-gateway, please configure the etcd username and password in configuration file
   ```
   
   **the same configuration is ok on dashboard and apisix-seed。**
   
   help me, thanks!
   
   _the etcd is 3.4, use password and username is ok, but I need the way to use the certificate_
   
   ### Environment
   
   FROM apache/apisix:latest
   
   WORKDIR /usr/local/apisix
   COPY apisix .
   COPY conf .
   COPY conf/config.yaml /usr/local/apisix/conf/config.yaml
   COPY conf/cert/etcd_ca.pem /usr/local/apisix/conf/cert/etcd_ca.pem
   COPY conf/cert/etcd_client.pem /usr/local/apisix/conf/cert/etcd_client.pem
   COPY conf/cert/etcd_client_key.pem /usr/local/apisix/conf/cert/etcd_client_key.pem
   


-- 
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-unsubscribe@apisix.apache.org.apache.org

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


[GitHub] [apisix] tokers commented on issue #7280: help request: etcd "client-cert-auth" cannot be used with gRPC-gateway

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #7280:
URL: https://github.com/apache/apisix/issues/7280#issuecomment-1160215309

   See https://github.com/apache/apisix/issues/5608.


-- 
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-unsubscribe@apisix.apache.org

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


[GitHub] [apisix] spacewander closed issue #7280: help request: etcd "client-cert-auth" cannot be used with gRPC-gateway

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #7280: help request: etcd "client-cert-auth" cannot be used with gRPC-gateway
URL: https://github.com/apache/apisix/issues/7280


-- 
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-unsubscribe@apisix.apache.org

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


[GitHub] [apisix] spacewander commented on issue #7280: help request: etcd "client-cert-auth" cannot be used with gRPC-gateway

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #7280:
URL: https://github.com/apache/apisix/issues/7280#issuecomment-1248885287

   Closed as duplicated


-- 
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-unsubscribe@apisix.apache.org

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