Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthenticationFilter ¶
Types ¶
type Authenticator ¶
type Authenticator interface { Authenticate(req *http.Request) (authed bool, user string, groups []string, err error) TokenFromRequest(req *http.Request) (*v3.Token, error) }
func NewAuthenticator ¶
func NewAuthenticator(ctx context.Context, mgmtCtx *config.ScaledContext) Authenticator
Click to show internal directories.
Click to hide internal directories.