mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
controller: support rate-limiting incoming requests
helps constraining resource usage and against flood attacks. Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
f251e7af10
commit
1e5ea7e09c
@@ -16,6 +16,7 @@ require (
|
||||
github.com/containerd/containerd v1.5.9 // indirect
|
||||
github.com/containers/common v0.44.3
|
||||
github.com/containers/image/v5 v5.16.1
|
||||
github.com/didip/tollbooth/v6 v6.1.1
|
||||
github.com/docker/distribution v2.7.1+incompatible
|
||||
github.com/dustin/go-humanize v1.0.0
|
||||
github.com/fsnotify/fsnotify v1.5.1
|
||||
@@ -167,6 +168,7 @@ require (
|
||||
github.com/go-openapi/swag v0.19.15 // indirect
|
||||
github.com/go-openapi/validate v0.20.3 // indirect
|
||||
github.com/go-piv/piv-go v1.9.0 // indirect
|
||||
github.com/go-pkgz/expirable-cache v0.0.3 // indirect
|
||||
github.com/go-playground/locales v0.13.0 // indirect
|
||||
github.com/go-playground/universal-translator v0.17.0 // indirect
|
||||
github.com/go-playground/validator v9.31.0+incompatible // indirect
|
||||
|
||||
Reference in New Issue
Block a user