wauth.drivers package¶
Submodules¶
Module contents¶
Driver abstraction layer for secret retrieval sources.
Provides a factory pattern that prioritizes Docker secrets when running inside a container, falling back to the local encrypted vault otherwise.
- class wauth.drivers.DriverFactory[source]¶
Bases:
objectFactory for managing secret drivers (local and Docker).
Automatically selects the appropriate driver based on the runtime environment.