Bug 22218 - Make endpoints not in /public require privileged credentials [OMNIBUS]
Summary: Make endpoints not in /public require privileged credentials [OMNIBUS]
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Tomás Cohen Arazi
QA Contact:
URL:
Keywords:
Depends on: 20006 22216 22227 23607
Blocks:
  Show dependency treegraph
 
Reported: 2019-01-28 18:43 UTC by Tomás Cohen Arazi
Modified: 2020-11-30 21:44 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!