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
When creating a managed resource of type SamlGroupLink the property MemberRoleId is not set. This field is necessary for creating a SAML Group Link to a Custom Member Role in GitLab.
How can we reproduce it?
We can see this property is missing in GenerateAddSamlGroupLinkOptions() here:
What happened?
When creating a managed resource of type
SamlGroupLink
the propertyMemberRoleId
is not set. This field is necessary for creating a SAML Group Link to a Custom Member Role in GitLab.How can we reproduce it?
We can see this property is missing in
GenerateAddSamlGroupLinkOptions()
here:provider-gitlab/pkg/clients/groups/samlgrouplink.go
Lines 53 to 61 in 31c53bc
(also kindly note the minor typo in the comment on line 53)
What environment did it happen in?
Crossplane version: 1.16.0
Crossplane Provider GitLab version: 0.9.0
The text was updated successfully, but these errors were encountered: