package authprovider
import "github.com/moby/buildkit/session/auth/authprovider"
Index ¶
- func NewDockerAuthProvider(cfg *configfile.ConfigFile, tlsConfigs map[string]*AuthTLSConfig) session.Attachable
- type AuthTLSConfig
- type TLSKeyPair
Functions ¶
func NewDockerAuthProvider ¶
func NewDockerAuthProvider(cfg *configfile.ConfigFile, tlsConfigs map[string]*AuthTLSConfig) session.Attachable
Types ¶
type AuthTLSConfig ¶
type AuthTLSConfig struct { RootCAs []string Insecure bool KeyPairs []TLSKeyPair }
type TLSKeyPair ¶
Source Files ¶
authconfig.go authprovider.go tokenseed.go
- Version
- v0.19.0-rc1
- Published
- Jan 14, 2025
- Platform
- js/wasm
- Imports
- 33 packages
- Last checked
- 5 minutes ago –
Tools for package owners.