Skip to content
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

cli: use non-authoritative methods to manage iam policy memberships #989

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

malt3
Copy link
Contributor

@malt3 malt3 commented Jan 16, 2023

Proposed change(s)

  • cli: use non-authoritative methods to manage iam policy memberships

Additional info

google_project_iam_binding: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the project are preserved.
google_project_iam_member: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the project are preserved.

Checklist

  • Add labels (e.g., for changelog category)
  • Link to Milestone

@malt3 malt3 added the bug fix Fixing a bug label Jan 16, 2023
@malt3 malt3 added this to the v.2.5.0 milestone Jan 16, 2023
@netlify
Copy link

netlify bot commented Jan 16, 2023

Deploy Preview for constellation-docs canceled.

Name Link
🔨 Latest commit 899c550
🔍 Latest deploy log https://app.netlify.com/sites/constellation-docs/deploys/63c5793a5f2830000a5b2e28

@malt3 malt3 merged commit 7902dc4 into main Jan 16, 2023
@malt3 malt3 deleted the fix/cli-iam-gcp-bindings branch January 16, 2023 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants