10 Commits
Author SHA1 Message Date
Andrey Bocharnikov e16d707ccf feat(cache)_: add x-cache-level header 2025-09-09 17:41:51 +04:00
Andrey Bocharnikov 04057cdf21 feat(nginx-proxy)_: fix auth-service resolve 2025-09-09 17:41:51 +04:00
Andrey Bocharnikov 9ad6ec169b feat(keydb-l3-cache)_: use mlcache instead of shared_dicts
* add keydb container
2025-09-09 17:41:22 +04:00
Andrey Bocharnikov 681c1dca8d feat(proxy-cache)_: improve request_handler
* extract filter providers function
* use standard way to remove hop‑by‑hop headers
* keep decoded body
* fix providers reload scheduler
2025-07-21 19:57:50 +04:00
Andrey Bocharnikov bc88d4bc2b feat(proxy-cache)_: remove hardcoded rules dicts 2025-07-18 22:11:34 +04:00
Andrey Bocharnikov 41179ef17e feat(proxy-cache)_: rename auth config, unify config location dir 2025-07-18 16:47:35 +04:00
Andrey Bocharnikov 642ea9b2ff feat(proxy-cache)_: reading rules yaml file 2025-07-18 16:22:39 +04:00
Andrey Bocharnikov 75fc5ac3f0 feat(proxy-cache)_: move lua code to separate folders 2025-07-17 15:40:46 +04:00
Andrey Bocharnikov 5cc866ca77 feat(argon-puzzle)_: add requests/ttl to env vars
fixes #49
2025-06-24 19:53:43 +04:00
Andrey Bocharnikov 6756ad8313 Support provider type param (#19)
* feat(health-checker)_: move content lua code from nginx.conf

fixes #17

* feat(nginx-proxy)_: support provider id as 3rd parameter in request path

fixes #17

* feat(health-checker)_: add provider type to RPCProvider struct
fixes #17
2025-02-18 17:39:10 +04:00