mirror of
https://github.com/imjasonh/krust
synced 2026-07-07 22:35:25 +00:00
Remove the custom keychain implementation and keep only the simple wrapper around oci-distribution's built-in auth. This change: - Removes 300+ lines of duplicate authentication code - Leverages well-tested oci-distribution auth functionality - Simplifies the codebase and reduces maintenance burden - Maintains full backward compatibility The custom keychain implementation was never used in production code, only the simple resolve_auth function was called. All tests have been updated and are passing. Fixes #17 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| auth_integration_test.rs | ||
| credential_helper_integration_test.rs | ||
| integration_test.rs | ||