0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/pkg
peusebiu e9ab520905
fix(bearer): fixed /v2/ route not implementing token spec (#2176)
We use chartmuseum lib for handling bearer requests, which is not
implementing the token spec, mainly it expects "scope" parameter
to be given on every request, even for /v2/ route which doesn't represent
a resource.

Handle this /v2/ route inside our code.

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
2024-01-22 09:15:27 -08:00
..
api fix(bearer): fixed /v2/ route not implementing token spec (#2176) 2024-01-22 09:15:27 -08:00
cli feat(cve): add option to exclude string from cve search (#2163) 2024-01-19 12:59:42 -08:00
common feat(CVE): add CVE severity counters to returned images and CVE list calls (#2131) 2023-12-13 09:16:31 -08:00
compliance fix(scheduler): fix data race (#2085) 2023-12-11 10:00:34 -08:00
debug fix: tests refactoring (#1950) 2023-10-26 11:20:39 +03:00
exporter fix: high CPU utilization by scheduler while idle (#2156) 2024-01-11 09:30:16 -08:00
extensions refactor: replace deprecated APIs for creating images in the search tests (#2173) 2024-01-22 09:10:34 -08:00
log refactor(test): add lint rule for messages starting with the component (#2045) 2023-12-08 10:05:02 +02:00
meta refactor: update tests to use the newer API for creating test images (#2168) 2024-01-17 10:20:07 -08:00
regexp chore(trivy): update trivy version and enforce OCI compliant repo names in local image storage (#1068) 2023-01-18 08:24:44 -08:00
requestcontext feat(ui): let UI delete manifests if current user has permissions to do so (#2132) 2023-12-13 09:06:08 -08:00
retention feat(scheduler): gracefully shutdown (#1951) 2023-11-24 00:40:10 -08:00
scheduler fix: high CPU utilization by scheduler while idle (#2156) 2024-01-11 09:30:16 -08:00
storage refactor: update tests to use the newer API for creating test images (#2168) 2024-01-17 10:20:07 -08:00
test fix(bearer): fixed /v2/ route not implementing token spec (#2176) 2024-01-22 09:15:27 -08:00