-
Notifications
You must be signed in to change notification settings - Fork 146
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
For some resources, resource#get(nil) returns a resource #33
Labels
Comments
This was referenced Jul 19, 2018
Temikus
added a commit
to Temikus/fog-google
that referenced
this issue
Jul 20, 2018
- Enable for get methods with multiple parameters - Mark as skip by default since fog#33 causes to leak info
Seems like this is now compounded by the new behavior of google-api-client.
|
Filed an issue googleapis/google-api-ruby-client#698 |
Temikus
added a commit
to Temikus/fog-google
that referenced
this issue
Jul 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would expect that, for example,
Fog::Compute[:google].servers.get(nil)
should either returnnil
or raise an error. Instead, if at least one server exists in my project,This is because of the way we find servers, disks, and other resources that are zoned/regioned. For example:
Every server matches that filter if
identity
isnil
.The text was updated successfully, but these errors were encountered: