mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +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
@@ -40,6 +40,7 @@ https://zotregistry.io
|
||||
* Layer deduplication using hard links when content is identical
|
||||
* Serve [multiple storage paths (and backends)](./examples/config-multiple.json) using a single zot server
|
||||
* Pull and synchronize from other dist-spec conformant registries [sync](#sync)
|
||||
* Supports ratelimiting including per HTTP method
|
||||
* Swagger based documentation
|
||||
* Single binary for _all_ the above features
|
||||
* Released under Apache 2.0 License
|
||||
|
||||
Reference in New Issue
Block a user