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/08/26 10:22:13 UTC

[GitHub] [apisix] kense-lab opened a new issue, #7801: bug: apisix 2.15.0 startup failed, when etcd prefix is a multi-level path

kense-lab opened a new issue, #7801:
URL: https://github.com/apache/apisix/issues/7801

   ### Current Behavior
   
   apisix startup failed
   
   apisix version: `2.15.0`
   config: `etcd.prefix: /cbp/apisix`
   
   error: `failed to validate config: property "etcd" validation failed: property "prefix" validation failed: failed to match pattern "^/[^/]+$" with "/cbp/apisix"`
   
   
   ### Expected Behavior
   
   _No response_
   
   ### Error Logs
   
   failed to validate config: property "etcd" validation failed: property "prefix" validation failed: failed to match pattern "^/[^/]+$" with "/cbp/apisix"
   
   ### Steps to Reproduce
   
   1. edit config.yml
       ```yaml
       etcd
         prefix: "/cbp/apisix"
       ```
   
   2. run: `apisix start`
   
   ### Environment
   
   - APISIX version (run `apisix version`): 2.15.0
   - Operating system (run `uname -a`): 3.10.0-1160.59.1.el7.x86_64 #1 SMP Wed Feb 23 16:47:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
   


-- 
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] spacewander commented on issue #7801: bug: apisix 2.15.0 startup failed, when etcd prefix is a multi-level path

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

   Fixed in https://github.com/apache/apisix/pull/7675


-- 
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 #7801: bug: apisix 2.15.0 startup failed, when etcd prefix is a multi-level path

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #7801: bug: apisix 2.15.0 startup failed, when etcd prefix is a multi-level path
URL: https://github.com/apache/apisix/issues/7801


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