Documentation
¶
Index ¶
- Constants
- func AuthorizationMiddleware(requireOAuth bool, serverURL string, oidcProvider *oidc.Provider, ...) func(http.Handler) http.Handler
- func RequestMiddleware(next http.Handler) http.Handler
- func Serve(ctx context.Context, mcpServer *mcp.Server, staticConfig *config.StaticConfig, ...) error
- type JWTClaims
Constants ¶
View Source
const (
Audience = "kubernetes-mcp-server"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JWTClaims ¶
func ParseJWTClaims ¶
Click to show internal directories.
Click to hide internal directories.