package wincred

import "github.com/docker/docker-credential-helpers/wincred"

Index

Types

type Wincred

type Wincred struct{}

Wincred handles secrets using the Windows credential service.

func (Wincred) Add

func (h Wincred) Add(creds *credentials.Credentials) error

Add adds new credentials to the windows credentials manager.

func (Wincred) Delete

func (h Wincred) Delete(serverURL string) error

Delete removes credentials from the windows credentials manager.

func (Wincred) Get

func (h Wincred) Get(serverURL string) (string, string, error)

Get retrieves credentials from the windows credentials manager.

func (Wincred) List

func (h Wincred) List() (map[string]string, error)

List returns the stored URLs and corresponding usernames for a given credentials label.

Source Files

wincred_windows.go

Directories

PathSynopsis
wincred/cmd
Version
v0.6.4
Published
Jun 2, 2021
Platform
windows/amd64
Imports
6 packages
Last checked
1 minute ago

Tools for package owners.