package websocket
import "k8s.io/apiserver/pkg/authentication/request/websocket"
Index ¶
Types ¶
type ProtocolAuthenticator ¶
type ProtocolAuthenticator struct {
// contains filtered or unexported fields
}
ProtocolAuthenticator allows a websocket connection to provide a bearer token as a subprotocol in the format "base64url.bearer.authorization.<base64url-without-padding(bearer-token)>"
func NewProtocolAuthenticator ¶
func NewProtocolAuthenticator(auth authenticator.Token) *ProtocolAuthenticator
func (*ProtocolAuthenticator) AuthenticateRequest ¶
func (a *ProtocolAuthenticator) AuthenticateRequest(req *http.Request) (*authenticator.Response, bool, error)
Source Files ¶
protocol.go
- Version
- v0.29.8
- Published
- Aug 15, 2024
- Platform
- windows/amd64
- Imports
- 8 packages
- Last checked
- 9 minutes ago –
Tools for package owners.