Skip to content

Commit

Permalink
Fix entitlement id on grants
Browse files Browse the repository at this point in the history
  • Loading branch information
jirwin committed Nov 23, 2022
1 parent bb88856 commit 9f8a2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/connector/grants.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func grantsForUserOrRole(
Resource: &v2.Resource{
Id: &v2.ResourceId{
ResourceType: resourceParts[0],
Resource: resourceParts[1],
Resource: fmt.Sprintf("%s:%s", resourceParts[0], resourceParts[1]),
},
},
},
Expand Down

0 comments on commit 9f8a2c9

Please sign in to comment.