Skip to content

Commit

Permalink
fix group id claim (#7352)
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic authored Sep 26, 2023
1 parent 98b4d3e commit c083f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/graph/pkg/identity/cs3.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func (i *CS3) GetGroup(ctx context.Context, groupID string, queryParam url.Value
}

res, err := gatewayClient.GetGroupByClaim(ctx, &cs3group.GetGroupByClaimRequest{
Claim: "groupid", // FIXME add consts to reva
Claim: "group_id", // FIXME add consts to reva
Value: groupID,
})

Expand Down

0 comments on commit c083f59

Please sign in to comment.