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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]