fetch_ml/internal/crypto/kms
Jeremie Fraeys f827ee522a
test(tracking/plugins): add PodmanInterface and comprehensive plugin tests for 91% coverage
Refactor plugins to use interface for testability:
- Add PodmanInterface to container package (StartContainer, StopContainer, RemoveContainer)
- Update MLflow plugin to use container.PodmanInterface
- Update TensorBoard plugin to use container.PodmanInterface
- Add comprehensive mocked tests for all three plugins (wandb, mlflow, tensorboard)
- Coverage increased from 18% to 91.4%
2026-03-14 16:59:16 -04:00
..
config feat(kms): implement core KMS infrastructure with DEK cache 2026-03-03 19:13:55 -05:00
providers feat(kms): add HashiCorp Vault and AWS KMS providers 2026-03-03 19:14:21 -05:00
cache.go feat(crypto,auth): harden KMS and improve permission handling 2026-03-12 12:04:32 -04:00
provider.go feat(crypto,auth): harden KMS and improve permission handling 2026-03-12 12:04:32 -04:00
provider_test.go test(tracking/plugins): add PodmanInterface and comprehensive plugin tests for 91% coverage 2026-03-14 16:59:16 -04:00