auth

package
v0.0.0-...-6fba127 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2013 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

View Source
const CONFIGFILE = ".dockercfg"

Where we store the config file

View Source
const REGISTRY_SERVER = "https://registry.docker.io"

the registry server we want to login against

Variables

This section is empty.

Functions

func EncodeAuth

func EncodeAuth(authConfig *AuthConfig) string

create a base64 encoded auth string to store in config

func Login

func Login(authConfig *AuthConfig) (string, error)

try to register/login to the registry server

Types

type AuthConfig

type AuthConfig struct {
	Username string `json:"username"`
	Password string `json:"password"`
	Email    string `json:"email"`
	// contains filtered or unexported fields
}

func DecodeAuth

func DecodeAuth(authStr string) (*AuthConfig, error)

decode the auth string

func LoadConfig

func LoadConfig(rootPath string) (*AuthConfig, error)

load up the auth config information and return values FIXME: use the internal golang config parser

func NewAuthConfig

func NewAuthConfig(username, password, email, rootPath string) *AuthConfig

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL