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.15.0-rc1
- Published
- Jul 3, 2024
- Platform
- js/wasm
- Imports
- 32 packages
- Last checked
- 8 hours ago –
Tools for package owners.