mirror of https://github.com/hashicorp/boundary
Fix global scope lookup (#367)
The changed auth logic + verify logic in the scope handler pass the parent ID for validation, which is correct, as a scope lives in its parent ID. However, the global scope has no parent, and the changes resulted in an empty ID being passed in rather than the global scope itself. This fixes that lookup.pull/367/merge
parent
a660e56ee7
commit
0a44ed3edd
Loading…
Reference in new issue