Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAkeylessConfigFromBackendConfig ¶
func NewAkeylessConfigFromBackendConfig(akeylessUrl string, sessionConfig AkeylessSessionBackendConfig) (string, error)
Types ¶
type AkeylessBackend ¶
type AkeylessBackend struct { BackendId string Config AkeylessBackendConfig Token string }
func NewAkeylessBackend ¶
func NewAkeylessBackend(backendId string, bc map[string]interface{}) (*AkeylessBackend, error)
func (*AkeylessBackend) GetSecretOutput ¶
func (b *AkeylessBackend) GetSecretOutput(secretKey string) secret.SecretOutput
type AkeylessBackendConfig ¶
type AkeylessBackendConfig struct { AkeylessSession AkeylessSessionBackendConfig `mapstructure:"akeyless_session"` BackendType string `mapstructure:"backend_type"` AkeylessUrl string `mapstructure:"akeyless_url"` }
Click to show internal directories.
Click to hide internal directories.