-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: need to check ID between path and body #566
Comments
I'll play around with this issue tomorrow! |
that's great. thanks. |
Hey @nic-chen , When setting up, I ran into the issue
The doc says to change |
I exported ETCDCTL_API = 2 and got
|
Hi @jinchizhou , what's your ETCD version ? 3.4+ is required. |
you could contact my QQ if convenient. we could quickly communicate these env issues. |
Unfortunately my windows computer doesn't have the capability to support ETCD. Sorry, looks like I can't work on this open source repo :(. |
@jinchizhou It doesn't matter. but if you still have the willing you could contact, we could resolved it together. |
Does Manage API have steps to check etcd version? I think this step is important. |
hey @nic-chen , can I contact you? |
sure |
I see. I'm in the US, not sure if that is why you cannot add me on wechat. Could I possibly sync up with you through Google Hangouts? or Zoom? |
OK |
Describe the bug
When using the put method to modify or create routes or other resources, there are two places where you can pass ID, path and body.
If the IDS passed in these two places are inconsistent, we cannot be sure which one is correct.
Example:
Solution
If the IDs passed by path and body are inconsistent, we should reject and return an error message.
BTW,
route
,upstream
,ssl
,service
,consumer
all have this issue.The text was updated successfully, but these errors were encountered: