conjur

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConjurSecretRetriever added in v1.1.6

func NewConjurSecretRetriever(authnConfig config.Config) (*conjurSecretRetriever, error)

NewConjurSecretRetriever creates a new conjurSecretRetriever and Authenticator given an authenticator config.

Types

type ConjurClient

type ConjurClient interface {
	RetrieveBatchSecrets([]string) (map[string][]byte, error)
}
	Client for communication with Conjur. In this project it is used only for
    batch secrets retrieval so we expose only this method of the client.

	The name ConjurClient also improves readability as Client can be ambiguous.

func NewConjurClient

func NewConjurClient(tokenData []byte) (ConjurClient, error)

type RetrieveSecretsFunc

type RetrieveSecretsFunc func(variableIDs []string) (map[string][]byte, error)

RetrieveSecretsFunc defines a function type for retrieving secrets.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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