Bug 22218

Summary: Make endpoints not in /public require privileged credentials [OMNIBUS]
Product: Koha Reporter: Tomás Cohen Arazi <tomascohen>
Component: REST APIAssignee: Tomás Cohen Arazi <tomascohen>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P5 - low CC: fridolin.somers, josef.moravec
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 20006, 22216, 22227, 23607    
Bug Blocks:    

Description Tomás Cohen Arazi 2019-01-28 18:43:44 UTC
Some existing endpoints need to be adjusted so privileged access is mandatory. For example:

GET /cities

If a public endpoint offering a similar functionality is required, it needs to be published in the /public namespace.
Comment 1 Tomás Cohen Arazi 2020-04-24 12:45:15 UTC
Done!