[Koha-bugs] [Bug 17424] REST API: Preference to control access to own objects without permission

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 16 11:24:07 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17424

--- Comment #4 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 64378
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64378&action=edit
Bug 17424: REST API: Preference to control access to own objects without
permission

This patch adds a new system preference AccessOwnObjectsInAPI which controls
accessibility for OPAC-like REST API operations for patron's without otherwise
required permissions.

To test:
1. Apply this patch and set AccessOwnObjectsInAPI to "Enabled"
2. Test REST API operations that allow access to own objects. They should work
   as before. E.g. try to GET /api/v1/patrons/XXX where XXX is your
borrowernumber
   (you need a valid CGISESSID, so login first, but make sure you don't have
    borrowers-permission)
3. Disable AccessOwnObjectsInAPI
4. Observe that you no longer have access. You should be given an appropriate
   error message for what happened.
5. Run t/db_dependent/api/v1/swagger/ownership.t and also other REST tests.

Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list