credentials

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHelper

func NewHelper(c *config.CLIConfig, helper string) (credentials.Store, error)

Types

type Credential

type Credential struct {
	Context  string            `json:"context"`
	ToolName string            `json:"toolName"`
	Env      map[string]string `json:"env"`
}

type HelperStore

type HelperStore struct {
	// contains filtered or unexported fields
}

func (*HelperStore) Erase

func (h *HelperStore) Erase(serverAddress string) error

func (*HelperStore) Get

func (h *HelperStore) Get(serverAddress string) (types.AuthConfig, error)

func (*HelperStore) GetAll

func (h *HelperStore) GetAll() (map[string]types.AuthConfig, error)

func (*HelperStore) Store

func (h *HelperStore) Store(authConfig types.AuthConfig) error

type Store

type Store struct {
	// contains filtered or unexported fields
}

func NewStore

func NewStore(cfg *config.CLIConfig, credCtx string) (*Store, error)

func (*Store) Add

func (s *Store) Add(cred Credential) error

func (*Store) Get

func (s *Store) Get(toolName string) (*Credential, bool, error)

func (*Store) List

func (s *Store) List() ([]Credential, error)

func (*Store) Remove

func (s *Store) Remove(toolName string) error

Jump to

Keyboard shortcuts

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