package authprovider

import "github.com/moby/buildkit/session/auth/authprovider"

Index

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

type TLSKeyPair struct {
	Key         string
	Certificate string
}

Source Files

authconfig.go authprovider.go tokenseed.go

Version
v0.18.0
Published
Nov 26, 2024
Platform
js/wasm
Imports
33 packages
Last checked
11 hours ago

Tools for package owners.