{{ message }}
Revert "chore: add creation date label to GCP IAM policy bindings (#2…#21136
Merged
stehessel merged 2 commits intoJun 15, 2026
Conversation
Contributor
tommartensen
approved these changes
Jun 15, 2026
Contributor
🚀 Build Images ReadyImages are ready for commit a577e37. To use with deploy scripts: export MAIN_IMAGE_TAG=4.12.x-193-ga577e371b6 |
9 tasks
Collaborator
Author
This was referenced Jun 15, 2026
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.

…1110)"
This reverts commit 28cf6a9.
Description
Unfortunately
gcloudhas a (unknown to me) built-in security check, which enforces that if a service account binding with a condition exists, then other bindings without condition can no longer be created unless--condition=Noneis specified. This is a problem for us because it breaks the existing code on release branches. So before introducing such a condition, we first need to bulletproof the existing code on release branches to make it forward compatible.Example error:
Note: This PR has two commits. The first is the revert, the second is adding
--condition=Noneto make sure CI passes.User-facing documentation
Testing and quality
Automated testing
How I validated my change
change me!