Expand description
Authentication resolver for OCI registries
This module provides flexible authentication resolution supporting multiple sources and per-registry configuration.
The wire DTOs (AuthSource, AuthConfig, RegistryAuthConfig) now live in
zlayer-types::auth and are re-exported here so existing
zlayer_core::auth::AuthSource (etc.) import paths keep working.
Structs§
- Auth
Config - Global authentication configuration
- Auth
Resolver - Authentication resolver that converts
AuthConfigtooci_clientRegistryAuth - Registry
Auth Config - Per-registry authentication configuration
Enums§
- Auth
Source - Authentication source configuration