mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-22 08:00:51 +00:00
Add ConnectInfo<SocketAddr> extractor to all seven admin mutation handlers (put_config, delete_config_override, create_key, update_key, revoke_key, add_model, remove_model). Pass addr.ip().to_string() as source_ip in each emit_audit call. Update integration tests to use into_make_service_with_connect_info and MockConnectInfo so the ConnectInfo extractor is satisfied in test servers. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>