credstore

package
v0.2.50 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

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 interface{}) (interface{}, error)
	Get(key string) (interface{}, error)
	Delete(key string) error
	AddPermission(path string, actor string, ops []string) (*permissions.Permission, error)
	DeletePermission(path string) error
}

func NewCredhubStore

func NewCredhubStore(credHubURL, uaaURL, uaaClientName, uaaClientSecret string, skipSSLValidation bool, caCertFile string, logger *logrus.Logger) (CredStore, error)

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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