conjur

package
v1.1.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RetrieveConjurSecrets added in v0.3.0

func RetrieveConjurSecrets(accessToken []byte, variableIDs []string) (map[string][]byte, error)

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 RetrieveConjurSecretsFunc added in v0.3.0

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

Jump to

Keyboard shortcuts

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