Skip to content

Commit

Permalink
Merge pull request #16 from ConductorOne/logan/fix-group-grant-listing
Browse files Browse the repository at this point in the history
Grant ID should not be overridden as member ID for group grants
  • Loading branch information
mstanbCO authored Apr 29, 2024
2 parents cee47cf + abc6ec5 commit d1a7f22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/connector/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ func (o *groupResourceType) Grants(ctx context.Context, resource *v2.Resource, p
return nil, "", nil, err
}
grant := sdkGrant.NewGrant(resource, groupMemberEntitlement, gmID, sdkGrant.WithAnnotation(v1Identifier))
grant.Id = member.Id
rv = append(rv, grant)
}

Expand Down

0 comments on commit d1a7f22

Please sign in to comment.