Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInMemoryAuthenticator ¶ added in v0.7.3
func NewInMemoryAuthenticator(user, password string) httpsec.Authenticator
NewInMemoryAuthenticator builds new basic authenticator with in memory defined username and password
Types ¶
type Settings ¶
type Settings struct { User string `mapstructure:"user"` Password string `mapstructure:"password"` TokenIssuerURL string `mapstructure:"token_issuer_url"` ClientID string `mapstructure:"client_id"` SkipSSLValidation bool `mapstructure:"skip_ssl_validation"` }
Settings for authentication confnig
func DefaultSettings ¶
func DefaultSettings() *Settings
DefaultSettings for the authentication config
Click to show internal directories.
Click to hide internal directories.