1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 14:55:35 +00:00
krust/tests
Jason Hall 047d6de9ef
refactor: consolidate authentication systems
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>
2025-06-08 16:49:35 -04:00
..
auth_integration_test.rs refactor: consolidate authentication systems 2025-06-08 16:49:35 -04:00
credential_helper_integration_test.rs fix: Apply rustfmt formatting 2025-06-08 11:56:22 -04:00
integration_test.rs fix: Handle cross-compilation failures in platform detection test 2025-06-08 00:17:10 -04:00