Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConjurVaultClient ¶
type ConjurVaultClient struct { AuthenticationMutex *sync.Mutex Authenticator authenticator.Authenticator AuthenticatorConfig authnConfig.Configuration Config conjurapi.Config Conjur *conjurapi.Client Version string Name string // Credentials for API-key based auth APIKey string Username string // Authn URL for K8s-authenticator based auth AuthnURL string }
func NewConjurClient ¶
func NewConjurClient() (*ConjurVaultClient, error)
func (ConjurVaultClient) ReadSecret ¶
func (v ConjurVaultClient) ReadSecret(id string) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.