mirror of https://github.com/hashicorp/boundary
fix(perms): Properly resolve "only self" for permissions (#2448)
When generating permissions from the grants, if a single grant was limited to the set of "self" actions, the permission would be marked as only self, even if additional grants were given for non-self actions. This would result in the generated permissions being more limiting then they should be based on the grants. This only impacts the sessions list endpoint. It would result in users that have been granted access to list other user's sessions to be unable to see these results in the list results.pull/2451/head
parent
50490d71ae
commit
2b994f3005
Loading…
Reference in new issue