exoscale / egoscale

exoscale golang bindings
https://pkg.go.dev/github.com/exoscale/egoscale/v3
Apache License 2.0
31 stars 14 forks source link

v2: fix CreateSecurityGroupRule() method #547

Closed falzm closed 2 years ago

falzm commented 2 years ago

This change fixes a bug in the CreateSecurityGroupRule() method, which previous heuristic to identify which Security Group rule to return to the call was too lax and resulted in incorrect results. The new implementation is now stricter, at the cost of an extra API call.