Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConjurSecretRetriever ¶ added in v1.1.6
NewConjurSecretRetriever creates a new conjurSecretRetriever and Authenticator given an authenticator config.
Types ¶
type ConjurClient ¶
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)
Click to show internal directories.
Click to hide internal directories.