Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
For project IAM changes the bindingDeltas structure is shown as they expect.
For billing IAM changes, there is afill requestJson but no bindingDeltas.
Currently with the information that is logged it is impossible to determine what changes has been made to the billing IAM, as there is neither the "iam before" and "iam after" full object, in order to manually create the delta object.
Currently for project IAM Changes we have this bindingDeltas structure
"policyDelta": {
"bindingDeltas": [
{
"action": "ADD",
"role": "roles/cloudbuild.builds.builder",
"member": "servxxxxxxxx@cloudbuild.gserviceaccount.com",
"condition": null
}
],
For Billing IAM changes currently we don't have bindingDeltas
"responseJson": null
},