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
Currently, crossplane has a one-to-one relationship between role and member fields in a ProjectIAMMember resource. Therefore, multiple ProjectIAMMember resources are required to be specified for each role/member combination. This makes it difficult to map multiple roles/members from a crossplane claim to it's composition.
Currently, crossplane has a one-to-one relationship between
role
andmember
fields in aProjectIAMMember
resource. Therefore, multipleProjectIAMMember
resources are required to be specified for each role/member combination. This makes it difficult to map multiple roles/members from a crossplane claim to it's composition.Here's a related upstream issue: crossplane-contrib/provider-upjet-gcp#14
Currently this is fixed by delegating addition of users to the owner of the project.
Other potential fixes:
The text was updated successfully, but these errors were encountered: