Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Client is the vault client Client *vault.Client // K8sTokenPath is the path to the kubernetes service account jwt K8sTokenPath string // Role is the role string Role string // RoleFunc is a function to build the role RoleFunc func(string) (string, error) // FileSystem is the file system to use // If no value provided it uses the os file system FileSystem nfs.FileSystem }
Config is the config of a VaultAuth provider
Click to show internal directories.
Click to hide internal directories.