Documentation
¶
Overview ¶
Kubernetes HTTP auth things with support for projected service account token auth.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // NewClientInterface returns an interface for getting the // client ID and building http requests with the necessary // header. NewClientInterface = client.New // NewMiddleware returns a new Middleware for use with // http mux (router). NewMiddleware = middleware.New // NewMiddlewareFunc returns a new middleware Func for use with // http mux (router). NewMiddlewareFunc = middleware.NewFunc // NewReviewer returns a reviewer for general token review // needs. NewReviewer = reviewer.New )
Functions ¶
This section is empty.
Types ¶
type ClientInterface ¶
type Middleware ¶
type Middleware = middleware.Middleware
type MiddlewareFunc ¶
type MiddlewareFunc = middleware.Func
Directories
¶
Path | Synopsis |
---|---|
Kubernetes HTTP auth client interface for reading client IDs and building requests.
|
Kubernetes HTTP auth client interface for reading client IDs and building requests. |
examples
|
|
full/api
Module
|
|
Kubernetes HTTP auth middleware for managing access via client ID (service account token) present in request header.
|
Kubernetes HTTP auth middleware for managing access via client ID (service account token) present in request header. |
Kubernetes client id reviewer.
|
Kubernetes client id reviewer. |
Click to show internal directories.
Click to hide internal directories.