Update IAM policy binding permissions in README#546
Open
duemir wants to merge 1 commit into
Open
Conversation
To prepare the list for the "Minimum Cpu Platform" plugin needs to get the Zone. `availableCpuPlatforms` field of the zone is the source. https://docs.cloud.google.com/compute/docs/reference/rest/v1/zones/get is the API doc which states that `compute.zones.get` is required.
gbhat618
approved these changes
May 6, 2026
Contributor
|
had you run into any errors ? (not that I see any problem with it, just curious how to came across investigating it 😄 ) |
Member
Author
|
@gbhat618 I just kept getting "Error retrieving cpu Platforms". It is returned as a combobox/dropdown (don't remember which it is exactly) item so it is then saved as "minCpuPlatform". Since it is an error message, not a CPU Platform, the instance configuration is impossible to use. It does not log the exception, so I had no idea of the cause. I read a bit of library source code which led me to https://docs.cloud.google.com/compute/docs/reference/rest/v1/zones/get which said it required compute.zones.get. So I added the permission to the role, which fixed the issue for me.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To prepare the list for the "Minimum Cpu Platform" plugin needs to get the Zone.
availableCpuPlatformsfield of the zone is the source.https://docs.cloud.google.com/compute/docs/reference/rest/v1/zones/get is the API doc which states that
compute.zones.getis required.Testing done
Submitter checklist
Link to relevant issues in GitHub or JiraLink to relevant pull requests, esp. upstream and downstream changes