fix group id claim (#7352)

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2023-09-26 15:13:15 +02:00
committed by GitHub
parent 98b4d3ef98
commit c083f598b7

View File

@@ -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,
})