[FOLIO-553] Allow authtoken module to expand module permissions Created: 10/Apr/17 Updated: 12/Nov/18 Resolved: 02/Aug/17 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P3 |
| Reporter: | Kurt Nordstrom | Assignee: | Kurt Nordstrom |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 1 day, 2 hours | ||
| Original estimate: | Not Specified | ||
| Sprint: |
| Description |
|
Currently, when the authtoken module receives permissions in the X-Okapi-Module-Permissions header, it treats these as a bits, and does not attempt to expand the permissions into subpermissions. Recent changes to the module descriptor for the business logic module has made it apparent that this functionality would be useful, so it should be added. Possible that we might need to add a method to the auth/permissions module to facilitate single-request expansion of one or more permissions. |