Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSecretNotFound = errors.New("secret not found") ErrSecretNoData = errors.New("secret no data") )
Functions ¶
Types ¶
type AppRoleAuth ¶
type AuthN ¶
type AuthN struct {
Token TokenAuth `json:"token" yaml:"token"`
AppRole AppRoleAuth `json:"approle" yaml:"approle"`
Kubernetes KubernetesAuth `json:"kubernetes" yaml:"kubernetes"`
}
type KubernetesAuth ¶
Click to show internal directories.
Click to hide internal directories.