Expand description
Auth wire DTOs.
These types describe how authentication for OCI registries is configured
over the wire. The synchronous and async resolvers themselves live in
zlayer-core (which depends on oci-client and other heavier crates);
this module intentionally only carries the serde-friendly DTOs.
Structs§
- Auth
Config - Global authentication configuration
- Registry
Auth Config - Per-registry authentication configuration
Enums§
- Auth
Source - Authentication source configuration