Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct { //Configuration for SSO with Google Google *google.Auth `json:"google,omitempty" yaml:"google,omitempty"` //Configuration for SSO with Github Github *github.Auth `json:"github,omitempty" yaml:"github,omitempty"` //Configuration for SSO with Gitlab Gitlab *gitlab.Auth `json:"gitlab,omitempty" yaml:"gitlab,omitempty"` //Configuration for SSO with an generic OAuth provider GenericOAuth *generic.Auth `json:"genericOAuth,omitempty" yaml:"genericOAuth,omitempty"` }
func (*Auth) InitSecrets ¶ added in v0.32.6
func (a *Auth) InitSecrets()
Click to show internal directories.
Click to hide internal directories.