yunify / hostnic-cni

hostnic-cni is a Container Network Interface plugin.
Apache License 2.0
31 stars 12 forks source link

DescribeVxnets parameter error #14

Closed jolestar closed 7 years ago

jolestar commented 7 years ago

DescribeVxnets parameter vxnets is empty string some time, cause "AuthFailure, signature not matched error".

https://api.qingcloud.com:443/iaas?action=DescribeVxnets&limit=20&offset=0&verbose=0 &vxnets.1=&zone=pek3a

martinyunify commented 7 years ago

I think this is because parameter is empty. e.g. vxnets.1=

jolestar commented 7 years ago

@martinyunify I think this is not a sdk bug. sdk's all parameter is pointer。

martinyunify commented 7 years ago

We've enhanced the parameter validation and it never happened since then. Close this issue.