claude-code-proxy/proxy/internal
Elifarley C a86d7cd3d6 Replace API key redaction with SHA256 hash display
Instead of showing generic "[REDACTED]" for sensitive headers, the SanitizeHeaders
function now calculates and displays the SHA256 hash of each API key. This provides:
- Better debugging capabilities by allowing key identification via hash
- Traceability of specific API keys across requests
- Maintained security as actual keys are never exposed

Changes in proxy/internal/handler/utils.go

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 12:13:34 -03:00
..
config route cleanup 2025-08-04 21:57:44 -04:00
handler Replace API key redaction with SHA256 hash display 2025-12-08 12:13:34 -03:00
middleware route cleanup 2025-08-04 21:57:44 -04:00
model Working version with openai 2025-08-02 22:40:01 -04:00
provider route cleanup 2025-08-04 21:57:44 -04:00
service Add Claude Sonnet 4.5 2025-09-29 17:27:05 -04:00