Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsKeyPairNotFound ¶
IsKeyPairNotFound asserts keyPairNotFoundError.
func IsNoVaultHandlerDefined ¶
IsNoVaultHandlerDefined asserts a dirty string matching against the error message provided by err. This is necessary due to the poor error handling design of the Vault library we are using.
Types ¶
type Config ¶
type Config struct { // Dependencies. VaultClient *vaultclient.Client }
Config represents the configuration used to create a new certificate signer.
func DefaultConfig ¶
func DefaultConfig() Config
DefaultConfig provides a default configuration to create a certificate signer.
Click to show internal directories.
Click to hide internal directories.