Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthExtraInfo ¶
type AuthExtraInfo struct {
Kubernetes *config.KubernetesAuthConfig
Azure *config.AzureAuthConfig
AWS *config.AWSAuthConfig
}
type AuthInfo ¶
type AuthInfo struct {
VaultApp *appcat.AppBinding
ServiceAccountRef *core.ObjectReference
Secret *core.Secret
ExtraInfo *AuthExtraInfo
VaultRole string
Path string
}
func GetAuthInfoFromAppBinding ¶
func GetAuthInfoFromAppBinding(kc kubernetes.Interface, vApp *appcat.AppBinding) (*AuthInfo, error)
type AuthLoginResponse ¶
type AuthLoginResponse struct {
Auth *Auth `json:"auth"`
}
Click to show internal directories.
Click to hide internal directories.