Documentation ¶
Overview ¶
Package credstore enables a connection to CredHub
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredStore ¶
type CredStore interface { Put(key string, credentials any) (any, error) PutValue(key string, credentials any) (any, error) Get(key string) (any, error) GetValue(key string) (string, error) Delete(key string) error AddPermission(path string, actor string, ops []string) (*permissions.Permission, error) DeletePermission(path string) error }
func NewCredhubStore ¶
func NewCredhubStore(credStoreConfig *config.CredStoreConfig, logger lager.Logger) (CredStore, error)
Click to show internal directories.
Click to hide internal directories.