gitdataai/libs/git/ssh
ZhenYi 0a998affbb refactor(git): remove SSH rate limiting
SSH is deployed inside Kubernetes cluster where rate limiting
at the application layer is unnecessary. Remove all SSH rate
limiter code:
- SshRateLimiter from SSHandle and SSHServer structs
- is_user_allowed checks in auth_publickey, auth_publickey_offered
- is_repo_access_allowed in exec_request
- is_ip_allowed in server::new_client
- rate_limiter module and start_cleanup
2026-04-16 22:40:59 +08:00
..
authz.rs fix(git): harden hook pool retry, standardize slog log format 2026-04-16 21:41:35 +08:00
handle.rs refactor(git): remove SSH rate limiting 2026-04-16 22:40:59 +08:00
mod.rs refactor(git): remove SSH rate limiting 2026-04-16 22:40:59 +08:00
rate_limit.rs fix(git): harden HTTP and SSH git transports for robustness 2026-04-16 20:11:18 +08:00
server.rs refactor(git): remove SSH rate limiting 2026-04-16 22:40:59 +08:00