Skip to main content

Module auth

Module auth 

Source
Expand description

Registry authentication module

This module provides authentication resolution for OCI registries, supporting multiple authentication sources including Docker config.json, environment variables, and explicit credentials.

Re-exports§

pub use docker_config::DockerConfigAuth;
pub use resolver::AuthConfig;
pub use resolver::AuthResolver;
pub use resolver::AuthSource;
pub use resolver::RegistryAuthConfig;

Modules§

docker_config
Docker config.json authentication parser
resolver
Authentication resolver for OCI registries