You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But now second time totally randomly it shows this error:
Error: Error reading Resource "project \"XXX\"" with IAM Member: Role "roles/errorreporting.writer" Member "serviceAccount:[email protected]": Error retrieving IAM policy for project "XXX": googleapi: Error 400: Requested policy version (1) cannot be less than the existing policy version (3). For more information, please refer to https://cloud.google.com/iam/docs/policies#versions., badRequest
Since I didn't manually alter any IAM setting I think that there is a different issue.
It may be connected with the new condition feature, which uses IAM policy version 3. So if Google changes the policy version, the module still wants to use version 1.
What do you think about that?
I don't know how to prove this, but I hope someone here can help me.
The text was updated successfully, but these errors were encountered:
HI,
I have following simple IAM config, which worked fine:
But now second time totally randomly it shows this error:
Since I didn't manually alter any IAM setting I think that there is a different issue.
It may be connected with the new
condition
feature, which usesIAM policy version 3
. So if Google changes the policy version, the module still wants to use version1
.What do you think about that?
I don't know how to prove this, but I hope someone here can help me.
The text was updated successfully, but these errors were encountered: